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

  /src/usr.sbin/wsmoused/
wsmoused.c 276 unsigned int mouse_type = 0; /* defined WSMOUSE_TYPE_* start at 1 */ local in function:open_device
277 status = ioctl(Mouse.m_devfd, WSMOUSEIO_GTYPE, &mouse_type);
284 if (mouse_type != WSMOUSE_TYPE_TPANEL)

Completed in 172 milliseconds