Searched refs:IS_CTRL_EVENT (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/wscons/ | ||
H A D | wsconsio.h | 97 #define IS_CTRL_EVENT(type) ((type == WSCONS_EVENT_WSMOUSED_ON) || \ macro |
H A D | wsdisplay.c | 2528 if (IS_CTRL_EVENT(mouse_event.type)) { in wsmoused() |