Home
last modified time | relevance | path

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

/third_party/libinput/test/
Dlitest-int.h83 struct litest_device_interface { struct
84 bool (*touch_down)(struct litest_device *d, unsigned int slot, double x, double y);
85 bool (*touch_move)(struct litest_device *d, unsigned int slot, double x, double y);
86 bool (*touch_up)(struct litest_device *d, unsigned int slot);
92 int (*get_axis_default)(struct litest_device *d, unsigned int code, int32_t *value);
102 struct input_event *touch_down_events;
103 struct input_event *touch_move_events;
104 struct input_event *touch_up_events;
110 struct input_event *tablet_proximity_in_events;
111 struct input_event *tablet_proximity_out_events;
[all …]