KeyboardHandler QML Type
QML frontend for QKeyboardHandler C++ class. More...
Import Statement: | import Qt3D.Input 2.15 |
Since: | Qt 5.5 |
Instantiates: | QKeyboardHandler |
Inherits: |
Properties
- focus : bool
- sourceDevice : KeyboardDevice
Signals
- asteriskPressed(event)
- backPressed(event)
- backtabPressed(event)
- callPressed(event)
- cancelPressed(event)
- context1Pressed(event)
- context2Pressed(event)
- context3Pressed(event)
- context4Pressed(event)
- deletePressed(event)
- digit0Pressed(event)
- digit1Pressed(event)
- digit2Pressed(event)
- digit3Pressed(event)
- digit4Pressed(event)
- digit5Pressed(event)
- digit6Pressed(event)
- digit7Pressed(event)
- digit8Pressed(event)
- digit9Pressed(event)
- downPressed(event)
- enterPressed(event)
- escapePressed(event)
- flipPressed(event)
- hangupPressed(event)
- leftPressed(event)
- menuPressed(event)
- noPressed(event)
- numberSignPressed(event)
- pressed(event)
- released(event)
- returnPressed(event)
- rightPressed(event)
- selectPressed(event)
- spacePressed(event)
- tabPressed(event)
- upPressed(event)
- volumeDownPressed(event)
- volumeUpPressed(event)
- yesPressed(event)
Detailed Description
Property Documentation
focus : bool |
sourceDevice : KeyboardDevice |
Signal Documentation
This signal is emitted when the * key is pressed with the event details being contained within event.
Note: The corresponding handler is onAsteriskPressed
.
This signal is emitted when the back key is pressed with the event details being contained within event.
Note: The corresponding handler is onBackPressed
.
This signal is emitted when the backtab key is pressed with the event details being contained within event.
Note: The corresponding handler is onBacktabPressed
.
This signal is emitted when the call key is pressed with the event details being contained within event.
Note: The corresponding handler is onCallPressed
.
This signal is emitted when the cancel key is pressed with the event details being contained within event.
Note: The corresponding handler is onCancelPressed
.
This signal is emitted when the context 1 key is pressed with the event details being contained within event.
Note: The corresponding handler is onContext1Pressed
.
This signal is emitted when the context 2 key is pressed with the event details being contained within event.
Note: The corresponding handler is onContext2Pressed
.
This signal is emitted when the context 2 key is pressed with the event details being contained within event.
Note: The corresponding handler is onContext3Pressed
.
This signal is emitted when the context 4 key is pressed with the event details being contained within event.
Note: The corresponding handler is onContext4Pressed
.
This signal is emitted when the delete key is pressed with the event details being contained within event.
Note: The corresponding handler is onDeletePressed
.
This signal is emitted when the 0 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit0Pressed
.
This signal is emitted when the 1 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit1Pressed
.
This signal is emitted when the 2 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit2Pressed
.
This signal is emitted when the 3 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit3Pressed
.
This signal is emitted when the 4 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit4Pressed
.
This signal is emitted when the 5 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit5Pressed
.
This signal is emitted when the 6 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit6Pressed
.
This signal is emitted when the 7 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit7Pressed
.
This signal is emitted when the 8 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit8Pressed
.
This signal is emitted when the 9 key is pressed with the event details being contained within event.
Note: The corresponding handler is onDigit9Pressed
.
This signal is emitted when the down key is pressed with the event details being contained within event.
Note: The corresponding handler is onDownPressed
.
This signal is emitted when the enter key is pressed with the event details being contained within event.
Note: The corresponding handler is onEnterPressed
.
This signal is emitted when the escape key is pressed with the event details being contained within event.
Note: The corresponding handler is onEscapePressed
.
This signal is emitted when the flip key is pressed with the event details being contained within event.
Note: The corresponding handler is onFlipPressed
.
This signal is emitted when the hangup key is pressed with the event details being contained within event.
Note: The corresponding handler is onHangupPressed
.
This signal is emitted when the left key is pressed with the event details being contained within event.
Note: The corresponding handler is onLeftPressed
.
This signal is emitted when the menu key is pressed with the event details being contained within event.
Note: The corresponding handler is onMenuPressed
.
This signal is emitted when the yes key is pressed with the event details being contained within event.
Note: The corresponding handler is onNoPressed
.
This signal is emitted when the number sign key is pressed with the event details being contained within event.
Note: The corresponding handler is onNumberSignPressed
.
This signal is emitted when a key is pressed with the event details being contained within event.
Note: The corresponding handler is onPressed
.
This signal is emitted when a key is released with the event details being contained within event.
Note: The corresponding handler is onReleased
.
This signal is emitted when the return key is pressed with the event details being contained within event.
Note: The corresponding handler is onReturnPressed
.
This signal is emitted when the right key is pressed with the event details being contained within event
Note: The corresponding handler is onRightPressed
.
This signal is emitted when the select key is pressed with the event details being contained within event.
Note: The corresponding handler is onSelectPressed
.
This signal is emitted when the space key is pressed with the event details being contained within event.
Note: The corresponding handler is onSpacePressed
.
This signal is emitted when the tab key is pressed with the event details being contained within event.
Note: The corresponding handler is onTabPressed
.
This signal is emitted when the up key is pressed with the event details being contained within event.
Note: The corresponding handler is onUpPressed
.
This signal is emitted when the volume down key is pressed with the event details being contained within event.
Note: The corresponding handler is onVolumeDownPressed
.
This signal is emitted when the volume up key is pressed with the event details being contained within event.
Note: The corresponding handler is onVolumeUpPressed
.
This signal is emitted when the yes key is pressed with the event details being contained within event.
Note: The corresponding handler is onYesPressed
.