summaryrefslogtreecommitdiff
path: root/tools/.gitignore
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-01-28 11:25:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-01-31 14:57:19 +1000
commit3444b29ceb47694fc3a1d0e3c3588376cd79354c (patch)
treecb91769b2b7a1e808991ef23fcc3cac7500b811a /tools/.gitignore
parent20416ae4b70ba439290dd85d5c43f5c18b224182 (diff)
downloadlibinput-3444b29ceb47694fc3a1d0e3c3588376cd79354c.tar.gz
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>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r--tools/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
new file mode 100644
index 00000000..2cdd654f
--- /dev/null
+++ b/tools/.gitignore
@@ -0,0 +1 @@
+event-debug