Searched refs:EVENT_SOURCE_FOCUS (Results 1 – 4 of 4) sorted by relevance
86 EVENT_SOURCE_FOCUS, /**< Keys or buttons previously down on focus-in */ enumerator
1082 source_type = EVENT_SOURCE_FOCUS; in GetKeyboardEvents()1085 source_type = EVENT_SOURCE_FOCUS; in GetKeyboardEvents()
1772 if (event->source_type == EVENT_SOURCE_FOCUS) in ProcessDeviceEvent()1807 if (event->source_type != EVENT_SOURCE_FOCUS) { in ProcessDeviceEvent()
1220 if (event->source_type == EVENT_SOURCE_FOCUS) { in XkbActionGetFilter()