Home
last modified time | relevance | path

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

/openbsd/sys/dev/wscons/
H A Dwsmouseinput.h164 #define REVERSE_SCROLLING (1 << 3) macro
H A Dwsmouse.c1026 dz = (input->flags & REVERSE_SCROLLING) in wsmouse_motion_sync()
1034 dw = (input->flags & REVERSE_SCROLLING) in wsmouse_motion_sync()
1479 params[i].value = !!(input->flags & REVERSE_SCROLLING); in wsmouse_get_params()
1573 input->flags |= REVERSE_SCROLLING; in wsmouse_set_params()
1575 input->flags &= ~REVERSE_SCROLLING; in wsmouse_set_params()