Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/wsmoused/
H A Dwsmoused.h47 struct mouse { struct
48 int m_devfd; /* File descriptor of wsmouse device */ argument
51 char *m_devname; /* File name of wsmouse device */ argument
53 int m_disabled; /* Whether if the mouse is disabled or not */ argument
57 struct wsmouse_calibcoords m_calib; argument
62 int (*mb_startup)(struct mouse *); argument
/netbsd-src/usr.sbin/screenblank/
H A Dscreenblank.c100 const char *kbd, *mouse, *display; in main() local