Home
last modified time | relevance | path

Searched refs:IS_CTRL_EVENT (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/wscons/
H A Dwsconsio.h97 #define IS_CTRL_EVENT(type) ((type == WSCONS_EVENT_WSMOUSED_ON) || \ macro
H A Dwsdisplay.c2528 if (IS_CTRL_EVENT(mouse_event.type)) { in wsmoused()