KeyboardHandler QML Type
QML frontend for QKeyboardHandler C++ class. More...
Import Statement: | import Qt3D.Input 2.14 |
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
asteriskPressed(event) |
This signal is emitted when the * key is pressed with the event details being contained within event.
backPressed(event) |
This signal is emitted when the back key is pressed with the event details being contained within event.
backtabPressed(event) |
This signal is emitted when the backtab key is pressed with the event details being contained within event.
callPressed(event) |
This signal is emitted when the call key is pressed with the event details being contained within event.
cancelPressed(event) |
This signal is emitted when the cancel key is pressed with the event details being contained within event.
context1Pressed(event) |
This signal is emitted when the context 1 key is pressed with the event details being contained within event.
context2Pressed(event) |
This signal is emitted when the context 2 key is pressed with the event details being contained within event.
context3Pressed(event) |
This signal is emitted when the context 2 key is pressed with the event details being contained within event.
context4Pressed(event) |
This signal is emitted when the context 4 key is pressed with the event details being contained within event.
deletePressed(event) |
This signal is emitted when the delete key is pressed with the event details being contained within event.
digit0Pressed(event) |
This signal is emitted when the 0 key is pressed with the event details being contained within event.
digit1Pressed(event) |
This signal is emitted when the 1 key is pressed with the event details being contained within event.
digit2Pressed(event) |
This signal is emitted when the 2 key is pressed with the event details being contained within event.
digit3Pressed(event) |
This signal is emitted when the 3 key is pressed with the event details being contained within event.
digit4Pressed(event) |
This signal is emitted when the 4 key is pressed with the event details being contained within event.
digit5Pressed(event) |
This signal is emitted when the 5 key is pressed with the event details being contained within event.
digit6Pressed(event) |
This signal is emitted when the 6 key is pressed with the event details being contained within event.
digit7Pressed(event) |
This signal is emitted when the 7 key is pressed with the event details being contained within event.
digit8Pressed(event) |
This signal is emitted when the 8 key is pressed with the event details being contained within event.
digit9Pressed(event) |
This signal is emitted when the 9 key is pressed with the event details being contained within event.
downPressed(event) |
This signal is emitted when the down key is pressed with the event details being contained within event.
enterPressed(event) |
This signal is emitted when the enter key is pressed with the event details being contained within event.
escapePressed(event) |
This signal is emitted when the escape key is pressed with the event details being contained within event.
flipPressed(event) |
This signal is emitted when the flip key is pressed with the event details being contained within event.
hangupPressed(event) |
This signal is emitted when the hangup key is pressed with the event details being contained within event.
leftPressed(event) |
This signal is emitted when the left key is pressed with the event details being contained within event.
menuPressed(event) |
This signal is emitted when the menu key is pressed with the event details being contained within event.
noPressed(event) |
This signal is emitted when the yes key is pressed with the event details being contained within event.
numberSignPressed(event) |
This signal is emitted when the number sign key is pressed with the event details being contained within event.
pressed(event) |
This signal is emitted when a key is pressed with the event details being contained within event.
released(event) |
This signal is emitted when a key is released with the event details being contained within event.
returnPressed(event) |
This signal is emitted when the return key is pressed with the event details being contained within event.
rightPressed(event) |
This signal is emitted when the right key is pressed with the event details being contained within event
selectPressed(event) |
This signal is emitted when the select key is pressed with the event details being contained within event.
spacePressed(event) |
This signal is emitted when the space key is pressed with the event details being contained within event.
tabPressed(event) |
This signal is emitted when the tab key is pressed with the event details being contained within event.
upPressed(event) |
This signal is emitted when the up key is pressed with the event details being contained within event.
volumeDownPressed(event) |
This signal is emitted when the volume down key is pressed with the event details being contained within event.
volumeUpPressed(event) |
This signal is emitted when the volume up key is pressed with the event details being contained within event.
yesPressed(event) |
This signal is emitted when the yes key is pressed with the event details being contained within event.