Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-record.c104 struct record_context { struct
105 int timeout;
106 bool show_keycodes;
108 uint64_t offset;
111 struct record_device *first_device;
113 struct list devices;
114 int ndevices;
116 struct {
119 } output_file;
144 typedef void (*source_dispatch_t)(struct record_context *ctx, argument