Home
last modified time | relevance | path

Searched defs:record_device (Results 1 – 1 of 1) sorted by relevance

/third_party/libinput/tools/
Dlibinput-record.c80 struct record_device { struct
81 struct list link;
82 char *devnode; /* device node of the source device */
83 struct libevdev *evdev;
84 struct libevdev *evdev_prev; /* previous value, used for EV_ABS
86 struct libinput_device *device;
88 struct event *events;
89 size_t nevents;
90 size_t events_sz;
92 struct {
[all …]