Home
last modified time | relevance | path

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

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet.c266 if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) in tablet_change_to_left_handed()
283 tablet_unset_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_update_tool()
285 else if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_update_tool()
1342 tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY))) { in tablet_update_proximity_state()
1346 TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_update_proximity_state()
1360 tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) in tablet_update_proximity_state()
1422 tablet_set_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_send_proximity_out()
1595 if (tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY) || in tablet_flush()
1651 TABLET_TOOL_OUT_OF_PROXIMITY); in tablet_toggle_touch_device()
1835 if (!tablet_has_status(tablet, TABLET_TOOL_OUT_OF_PROXIMITY)) { in tablet_suspend()
[all …]
H A Devdev-tablet.h43 TABLET_TOOL_OUT_OF_PROXIMITY = 1 << 5, enumerator