Home
last modified time | relevance | path

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

/third_party/libinput/tools/
Dlibinput-record.c103 struct record_context { struct
104 int timeout;
105 bool show_keycodes;
107 uint64_t offset;
110 struct record_device *first_device;
112 struct list devices;
113 int ndevices;
115 struct {
118 } output_file;
143 typedef void (*source_dispatch_t)(struct record_context *ctx, argument