• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Dec-2021-

READMEH A D07-Dec-2021760 1913

libinput.jsonH A D07-Dec-202131 43

libinput.proH A D07-Dec-2021222 138

main.cppH A D07-Dec-20212.5 KiB6518

README

1This is a generic plug-in for libinput 0.6.0
2(http://www.freedesktop.org/wiki/Software/libinput)
3
4Supports relative pointer, axis, keyboard and touch events. udev is
5required. xkbcommon is used to perform keyboard mapping. The dependency on
6xkbcommon is optional. However, no key events will be generated without it.
7
8The plugin is integrated with configure and is built automatically when the
9necessary dependencies are present.
10
11To use this plugin with eglfs, set QT_QPA_EGLFS_DISABLE_INPUT=1 before launching
12the application and pass -plugin libinput.
13
14To get info and debug messages from libinput, enable the logging category
15qt.qpa.input.
16
17For the time being xkbcommon's default keymap is used always. Support for
18changing it will be added in the future.
19