Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwsmouseinput.h73 #define MTS_TOUCH 0 macro
Dwsmouse.c715 if ((mt->touches & bit) == (mt->sync[MTS_TOUCH] & bit)) in wsmouse_mtstate()
727 mt->sync[MTS_TOUCH] |= bit; in wsmouse_mtstate()
735 mt->sync[MTS_TOUCH] |= bit; in wsmouse_mtstate()
885 updates = (mt->sync[MTS_X] | mt->sync[MTS_Y]) & ~mt->sync[MTS_TOUCH]; in wsmouse_ptr_ctrl()
1079 mt_sync = (input->mt.frame && (input->mt.sync[MTS_TOUCH] in wsmouse_log_input()
Dwstpad.c731 lifted = (input->mt.sync[MTS_TOUCH] & ~input->mt.touches); in wstpad_tap_touch()
799 (input->mt.touches & input->mt.sync[MTS_TOUCH]))) { in wstpad_tap()
1042 touches = input->mt.sync[MTS_TOUCH] & ~input->mt.touches; in clear_touchstates()
1056 touches = input->mt.touches & input->mt.sync[MTS_TOUCH]; in wstpad_mt_inputs()
1083 touches = input->mt.touches & ~input->mt.sync[MTS_TOUCH]; in wstpad_mt_inputs()