libinput-analyze.man 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .TH libinput-analyze "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
  2. .SH NAME
  3. libinput\-analyze \- analyze device data
  4. .SH SYNOPSIS
  5. .B libinput analyze [\-\-help] \fI<feature> [<args>]\fR
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput analyze"
  10. tool analyzes device data. Depending on what is to
  11. be analyzed, this tool may not create a libinput context.
  12. .PP
  13. This is a debugging tool only, its output may change at any time. Do not
  14. rely on the output.
  15. .PP
  16. This tool may need to be run as root to have access to the
  17. /dev/input/eventX nodes.
  18. .SH OPTIONS
  19. .TP 8
  20. .B \-\-help
  21. Print help
  22. .SH FEATURES
  23. Features that can be analyzed include
  24. .TP 8
  25. .B libinput\-analyze\-buttons(1)
  26. analyze the button states of a recording
  27. .TP 8
  28. .B libinput\-analyze\-per-slot-delta(1)
  29. analyze the delta per event per slot
  30. .TP 8
  31. .B libinput\-analyze\-recording(1)
  32. analyze a recording made with
  33. .B libinput\-record(1)
  34. .TP 8
  35. .B libinput\-analyze\-touch-down-state(1)
  36. analyze the state of each touch in a recording
  37. .SH LIBINPUT
  38. Part of the
  39. .B libinput(1)
  40. suite