Searched defs:sysmouse_state (Results 1 – 1 of 1) sorted by relevance
70 struct sysmouse_state { struct71 struct event_fifo *fifo;72 int level; /* sysmouse protocol level */73 mousestatus_t syncstatus;74 mousestatus_t readstatus; /* Only needed for button status */98 static struct sysmouse_state mouse_state; argument