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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIKeyboardHandler.cpp79 enum { KeyExtended = 0x01, KeyPressed = 0x02, KeyPause = 0x04, KeyPrint = 0x08 }; enumerator in enum:__anon16064
523 flags |= KeyPrint;
670 flags |= KeyPrint;
1173 /** @todo KeyPause, KeyPrint. */
1494 /* Special flags handling (KeyPrint): */
1495 if (fFlags & KeyPrint)

Completed in 49 milliseconds