Home
last modified time | relevance | path

Searched refs:IS_MOTION_EVENT (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/wscons/
Dwsconsio.h89 #define IS_MOTION_EVENT(type) (((type) == WSCONS_EVENT_MOUSE_DELTA_X) || \ macro
Dwsdisplay.c2221 if (IS_MOTION_EVENT(mouse_event.type)) { in wsmoused()
/mirbsd/src/usr.sbin/wsmoused/
Dwsmoused.c323 if (IS_MOTION_EVENT(event->type)) { in treat_event()