Searched defs:mouse (Results 1 – 2 of 2) sorted by relevance
47 struct mouse { struct48 int m_devfd; /* File descriptor of wsmouse device */ argument51 char *m_devname; /* File name of wsmouse device */ argument53 int m_disabled; /* Whether if the mouse is disabled or not */ argument57 struct wsmouse_calibcoords m_calib; argument62 int (*mb_startup)(struct mouse *); argument
100 const char *kbd, *mouse, *display; in main() local