Searched defs:litest_device_interface (Results 1 – 1 of 1) sorted by relevance
86 struct litest_device_interface { struct87 bool (*touch_down)(struct litest_device *d, unsigned int slot, double x, double y);88 bool (*touch_move)(struct litest_device *d, unsigned int slot, double x, double y);89 bool (*touch_up)(struct litest_device *d, unsigned int slot);95 int (*get_axis_default)(struct litest_device *d, unsigned int code, int32_t *value);105 struct input_event *touch_down_events;106 struct input_event *touch_move_events;107 struct input_event *touch_up_events;113 struct input_event *tablet_proximity_in_events;114 struct input_event *tablet_proximity_out_events;[all …]