Lines Matching refs:litest_device
54 bool (*create)(struct litest_device *d);
87 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);
117 bool (*tablet_proximity_in)(struct litest_device *d,
121 bool (*tablet_proximity_out)(struct litest_device *d, unsigned int tool_type);
122 bool (*tablet_tip_down)(struct litest_device *d,
125 bool (*tablet_tip_up)(struct litest_device *d,
128 bool (*tablet_motion)(struct litest_device *d,
165 void litest_set_current_device(struct litest_device *device);
166 int litest_scale(const struct litest_device *d, unsigned int axis, double val);