Home
last modified time | relevance | path

Searched refs:current_tool (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.c241 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 …]
Devdev-tablet.h86 } current_tool; member