Home
last modified time | relevance | path

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

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet.c281 tablet->current_tool_type = tool; in tablet_update_tool()
569 if (tablet->current_tool_type == LIBINPUT_TABLET_TOOL_TYPE_MOUSE || in tablet_update_rotation()
570 tablet->current_tool_type == LIBINPUT_TABLET_TOOL_TYPE_LENS) { in tablet_update_rotation()
1195 if ((tablet->current_tool_type == LIBINPUT_TABLET_TOOL_TYPE_MOUSE || in sanitize_mouse_lens_rotation()
1196 tablet->current_tool_type == LIBINPUT_TABLET_TOOL_TYPE_LENS) && in sanitize_mouse_lens_rotation()
1580 if (tablet->current_tool_type == LIBINPUT_TOOL_NONE) in tablet_flush()
1584 tablet->current_tool_type, in tablet_flush()
1742 tablet->current_tool_type == LIBINPUT_TOOL_NONE) { in tablet_proximity_quirk_update()
2072 tablet->current_tool_type = LIBINPUT_TOOL_NONE; in tablet_init()
H A Devdev-tablet.h77 enum libinput_tablet_tool_type current_tool_type; member