Home
last modified time | relevance | path

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

/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-tablet.c232 tablet_set_status(tablet, TABLET_AXES_UPDATED); in tablet_process_absolute()
802 tablet_set_status(tablet, TABLET_AXES_UPDATED); in tablet_process_relative()
1396 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_proximity_in()
1446 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_tip()
1464 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_tip()
1487 if (!tablet_has_status(tablet, TABLET_AXES_UPDATED)) in tablet_send_axes()
1502 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_axes()
1550 tablet_unset_status(tablet, TABLET_AXES_UPDATED); in tablet_send_events()
1607 } else if (tablet_has_status(tablet, TABLET_AXES_UPDATED) || in tablet_flush()
1741 tablet_has_status(tablet, TABLET_AXES_UPDATED) && in tablet_proximity_quirk_update()
H A Devdev-tablet.h38 TABLET_AXES_UPDATED = 1 << 0, enumerator