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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserHandlerKeyboard.cpp50 case UIKeyboardEventType_Release: return handleKeyRelease(pEvent);
364 bool UIGChooserHandlerKeyboard::handleKeyRelease(QKeyEvent*) const function in class:UIGChooserHandlerKeyboard
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHotKeyEditor.cpp206 case QEvent::KeyRelease: handleKeyRelease(pKeyEvent); break;
391 void UIHotKeyEditor::handleKeyRelease(QKeyEvent* /*pKeyEvent*/) function in class:UIHotKeyEditor

Completed in 55 milliseconds