Searched defs:XFocusOut (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineView.cpp80 const int XFocusOut = FocusOut; variable
1531 case XFocusOut:
H A DUIMouseHandler.cpp64 const int XFocusOut = FocusOut; variable
279 /* We have to handle XFocusOut right here as this event is not passed to UIMachineView::event().
283 case XFocusOut:
H A DUIKeyboardHandler.cpp55 const int XFocusOut = FocusOut; variable
188 || pEvent->xany.type == XFocusOut)
588 /* We have to handle XFocusOut right here as this event is not passed to UIMachineView::event().
592 case XFocusOut:

Completed in 53 milliseconds