Searched refs:current_tool (Results 1 – 2 of 2) sorted by relevance
241 tablet->current_tool.id = e->value; in tablet_process_absolute()325 tablet->current_tool.type = tool; in tablet_update_tool()633 if (tablet->current_tool.type == LIBINPUT_TABLET_TOOL_TYPE_MOUSE || in tablet_update_rotation()634 tablet->current_tool.type == LIBINPUT_TABLET_TOOL_TYPE_LENS) { in tablet_update_rotation()894 tablet->current_tool.serial = e->value; in tablet_process_misc()1287 if ((tablet->current_tool.type == LIBINPUT_TABLET_TOOL_TYPE_MOUSE || in sanitize_mouse_lens_rotation()1288 tablet->current_tool.type == LIBINPUT_TABLET_TOOL_TYPE_LENS) && in sanitize_mouse_lens_rotation()1802 tablet->current_tool.type == LIBINPUT_TOOL_NONE) { in tablet_update_tool_state()1864 if (tablet->current_tool.type == LIBINPUT_TOOL_NONE) in tablet_get_current_tool()1868 tablet->current_tool.type, in tablet_get_current_tool()[all …]
86 } current_tool; member