Home
last modified time | relevance | path

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

/third_party/libinput/src/
Devdev-tablet.c45 #define tablet_set_status(tablet_,s_) (tablet_)->status |= (s_) macro
236 tablet_set_status(tablet, TABLET_AXES_UPDATED); in tablet_process_absolute()
326 tablet_set_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY); in tablet_update_tool()
330 tablet_set_status(tablet, TABLET_TOOL_LEAVING_PROXIMITY); in tablet_update_tool()
780 tablet_set_status(tablet, TABLET_BUTTONS_PRESSED); in tablet_update_button()
783 tablet_set_status(tablet, TABLET_BUTTONS_RELEASED); in tablet_update_button()
832 tablet_set_status(tablet, TABLET_TOOL_UPDATED); in tablet_process_key()
842 tablet_set_status(tablet, in tablet_process_key()
845 tablet_set_status(tablet, in tablet_process_key()
874 tablet_set_status(tablet, TABLET_AXES_UPDATED); in tablet_process_relative()
[all …]