Searched defs:libinput_event_tablet_tool (Results 1 – 1 of 1) sorted by relevance
200 struct libinput_event_tablet_tool { struct201 struct libinput_event base;202 uint32_t button;203 enum libinput_button_state state;204 uint32_t seat_button_count;205 uint64_t time;206 struct tablet_axes axes;207 unsigned char changed_axes[NCHARS(LIBINPUT_TABLET_TOOL_AXIS_MAX + 1)];208 struct libinput_tablet_tool *tool;209 enum libinput_tablet_tool_proximity_state proximity_state;[all …]