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