Skip to content

tools: allow limiting the axes in libinput analyse recording

Peter Hutterer requested to merge whot/libinput:wip/analyse-improvements into main

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.

Used for #766

Merge request reports