This website requires JavaScript.
Explore
Help
Sign in
fdo-mirrors
/
libinput
Watch
1
Star
0
Fork
You've already forked libinput
0
mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced
2026-01-06 22:20:17 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
bb52822ece
libinput
/
Makefile.am
4 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
tools: add a tool for basic event debugging Simply prints the various events to make it easier to check what's coming out of libinput. Works for --udev (the default) or for --device /dev/input/event0. Example output: event7 DEVICE_ADDED seat0 default event8 DEVICE_ADDED seat0 default event4 POINTER_BUTTON +1.35s 272 pressed event5 POINTER_MOTION +2.31s -3.00/ 2.00 Time is displayed relative to the starting time. Note: statically linked for easier debugging, but we don't distribute it (yet) anyway. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
2014-01-28 11:25:40 +10:00
SUBDIRS = src doc test tools
Port evdev code to be used as a shared library This commit introduces build script configuration for building a shared library 'libinput.so' containing the evdev input device functionality from weston. evdev.c, evdev.h and evdev-touchpad.c are ported to not use the data structures and API in weston and libwayland-server in order to minimize dependencies. The API of filter.c and filter.h are renamed to not include the 'weston_' prefix. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2013-11-10 17:55:40 +01:00
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
Reference in a new issue
Copy permalink