HomeSort by: relevance | last modified time | path
    Searched defs:mouse (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/wsmoused/
wsmoused.h 47 struct mouse { struct
53 int m_disabled; /* Whether if the mouse is disabled or not */
62 int (*mb_startup)(struct mouse *);
  /src/usr.sbin/screenblank/
screenblank.c 100 const char *kbd, *mouse, *display; local in function:main
165 mouse = _PATH_WSMOUSE;
189 mouse = _PATH_MOUSE;
204 * We don't need to open keyboard/mouse device for that.
212 /* Add the keyboard and mouse devices as necessary. */
216 add_dev(mouse, 0);

Completed in 35 milliseconds