Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c299 struct btstate { struct
300 u_int wmode; /* wheel mode button number */
301 u_int clickthreshold; /* double click speed in msec */
302 struct button_state bstate[MOUSE_MAXBUTTON]; /* button state */
303 struct button_state *mstate[MOUSE_MAXBUTTON];/* mapped button st.*/
304 u_int p2l[MOUSE_MAXBUTTON];/* phisical to logical button mapping */
305 int zmap[ZMAP_MAXBUTTON];/* MOUSE_{X|Y}AXIS or a button number */
306 struct button_state zstate[ZMAP_MAXBUTTON]; /* Z/W axis state */
416 struct btstate btstate; /* button status */ member