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