Home
last modified time | relevance | path

Searched defs:wsmouse_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/wscons/
H A Dwsmouse.c149 struct wsmouse_softc { struct
150 struct wsevsrc sc_base;
152 const struct wsmouse_accessops *sc_accessops;
153 void *sc_accesscookie;
155 u_int sc_mb; /* mouse button state */
156 u_int sc_ub; /* user button state */
157 int sc_dx; /* delta-x */
158 int sc_dy; /* delta-y */
159 int sc_dz; /* delta-z */
160 int sc_dw; /* delta-w */
[all …]