Searched defs:libinput_event_tablet_tool (Results 1 – 1 of 1) sorted by relevance
208 struct libinput_event_tablet_tool { struct209 struct libinput_event base;210 uint32_t button;211 enum libinput_button_state state;212 uint32_t seat_button_count;213 uint64_t time;214 struct tablet_axes axes;215 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];216 struct libinput_tablet_tool *tool;217 enum libinput_tablet_tool_proximity_state proximity_state;[all …]