mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 02:20:05 +01:00
tools/record: correct the evdev data format in the man page
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1b8dd97092
commit
ea4f89bd1d
1 changed files with 2 additions and 2 deletions
|
|
@ -285,8 +285,8 @@ A list of the recorded events. The list contains dictionaries
|
|||
Information about the events. The content is a list of dictionaries, with
|
||||
the string identifying the type of event sequence.
|
||||
.TP 8
|
||||
.B { evdev: [ {"data": [sec, usec, type, code, value]}, ...] }
|
||||
Each \fBinput_event\fR dictionary contains the contents of a \fBstruct
|
||||
.B { evdev: [ [sec, usec, type, code, value], ...] }
|
||||
Each \fBevdev\fR dictionary contains the contents of a \fBstruct
|
||||
input_event\fR in decimal format. The last item in the list is always the
|
||||
\fBSYN_REPORT\fR of this event frame. The next event frame starts a new
|
||||
\fBevdev\fR dictionary entry in the parent \fBevents\fR list.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue