Searched defs:tablet_dispatch (Results 1 – 1 of 1) sorted by relevance
56 struct tablet_dispatch { struct57 struct evdev_dispatch base;58 struct evdev_device *device;59 unsigned int status;60 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];61 struct tablet_axes axes; /* for assembling the current state */62 struct device_coords last_smooth_point;63 struct {67 } history;69 unsigned char axis_caps[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];[all …]