Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsmouseinput.h53 #define SYNC_POSITION (SYNC_X | SYNC_Y) macro
H A Dwsmouse.c808 if (motion->sync & SYNC_POSITION) { in wsmouse_touch_update()
812 motion->sync &= ~SYNC_POSITION; in wsmouse_touch_update()
1042 if (motion->sync & SYNC_POSITION) { in wsmouse_motion_sync()
1087 if (motion->sync & SYNC_POSITION) in wsmouse_log_input()
1175 input->motion.sync &= SYNC_POSITION; in wsmouse_input_sync()
H A Dwstpad.c452 if ((input->motion.sync & SYNC_POSITION) == 0) in wstpad_scroll_coords()
1242 } else if (input->motion.sync & SYNC_POSITION) { in wstpad_touch_inputs()
1414 if (!(input->motion.sync & SYNC_POSITION) in wstpad_filter()
1471 input->motion.sync &= ~SYNC_POSITION;