Lines Matching full:libinput
4 This is the libinput API reference.
8 [here](https://wayland.freedesktop.org/libinput/doc/latest).
12 @subsection concepts_initialization Initialization of a libinput context
14 libinput provides two different backends:
22 See section @ref base for information about initializing a libinput context.
26 libinput exposes a single @ref libinput_get_fd "file descriptor" to the
46 libinput does not use device types. All devices have @ref
62 libinput relies on the caller for device configuration. See
65 @subsection example An example libinput program
67 The simplest libinput program looks like this:
88 struct libinput *li;
110 @section building_against Building against libinput
112 libinput provides a
114 Software that uses libinput should use pkg-config and the
117 libinput is:
120 gcc -o myprogram myprogram.c `pkg-config --cflags --libs libinput`
127 libinput promises backwards-compatibility across all the 1.x.y version. An
128 application built against libinput 1.x.y will work with any future 1.*.*
133 …ed from git commit [__GIT_VERSION__](https://gitlab.freedesktop.org/libinput/libinput/commit/__GIT…