tools: allow limiting the axes in libinput analyse recording
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 May 2022 01:14:30 +0000 (11:14 +1000)
committerJosé Expósito <jose.exposito89@gmail.com>
Wed, 4 May 2022 17:32:27 +0000 (17:32 +0000)
commit509747c01ba0b796657045fc0195a345369190ed
tree6d5e9d3de867201ade4c791844c208ba2aacd404
parente0813f4825568fb911421799a286ac889d093cb3
tools: allow limiting the axes in libinput analyse recording

Use --ignore ABS_X,ABS_Y or --only ABS_X,ABS_Y to ignore or limit to
only a specific axis set. Especially for tablet devices with their
multitudes of axes this makes analysing a particular set easier.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
tools/libinput-analyze-recording.py