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.c1025 dz = (input->flags & REVERSE_SCROLLING) in wsmouse_motion_sync()
1033 dw = (input->flags & REVERSE_SCROLLING) in wsmouse_motion_sync()
1470 params[i].value = !!(input->flags & REVERSE_SCROLLING); in wsmouse_get_params()
1564 input->flags |= REVERSE_SCROLLING; in wsmouse_set_params()
1566 input->flags &= ~REVERSE_SCROLLING; in wsmouse_set_params()