summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/libinput/README
blob: 4312ccbf3ae19ca9dd35448f395942488fceb643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a generic plug-in for libinput 0.6.0
(http://www.freedesktop.org/wiki/Software/libinput)

Supports relative pointer, axis, keyboard and touch events. udev is
required. xkbcommon is used to perform keyboard mapping. The dependency on
xkbcommon is optional. However, no key events will be generated without it.

The plugin is integrated with configure and is built automatically when the
necessary dependencies are present.

To use this plugin with eglfs, set QT_QPA_EGLFS_DISABLE_INPUT=1 before launching
the application and pass -plugin libinput.

To get info and debug messages from libinput, enable the logging category
qt.qpa.input.

For the time being xkbcommon's default keymap is used always. Support for
changing it will be added in the future.