KeyboardHandler QML Type

QML frontend for QKeyboardHandler C++ class. More...

Import Statement: import Qt3D.Input 2.15
Since: Qt 5.5
Instantiates: QKeyboardHandler
Inherits:

Component3D

Properties

Signals

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.

Note: The corresponding handler is onAsteriskPressed.


backPressed(event)

This signal is emitted when the back key is pressed with the event details being contained within event.

Note: The corresponding handler is onBackPressed.


backtabPressed(event)

This signal is emitted when the backtab key is pressed with the event details being contained within event.

Note: The corresponding handler is onBacktabPressed.


callPressed(event)

This signal is emitted when the call key is pressed with the event details being contained within event.

Note: The corresponding handler is onCallPressed.


cancelPressed(event)

This signal is emitted when the cancel key is pressed with the event details being contained within event.

Note: The corresponding handler is onCancelPressed.


context1Pressed(event)

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.


context2Pressed(event)

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.


context3Pressed(event)

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.


context4Pressed(event)

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.


deletePressed(event)

This signal is emitted when the delete key is pressed with the event details being contained within event.

Note: The corresponding handler is onDeletePressed.


digit0Pressed(event)

This signal is emitted when the 0 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit0Pressed.


digit1Pressed(event)

This signal is emitted when the 1 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit1Pressed.


digit2Pressed(event)

This signal is emitted when the 2 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit2Pressed.


digit3Pressed(event)

This signal is emitted when the 3 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit3Pressed.


digit4Pressed(event)

This signal is emitted when the 4 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit4Pressed.


digit5Pressed(event)

This signal is emitted when the 5 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit5Pressed.


digit6Pressed(event)

This signal is emitted when the 6 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit6Pressed.


digit7Pressed(event)

This signal is emitted when the 7 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit7Pressed.


digit8Pressed(event)

This signal is emitted when the 8 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit8Pressed.


digit9Pressed(event)

This signal is emitted when the 9 key is pressed with the event details being contained within event.

Note: The corresponding handler is onDigit9Pressed.


downPressed(event)

This signal is emitted when the down key is pressed with the event details being contained within event.

Note: The corresponding handler is onDownPressed.


enterPressed(event)

This signal is emitted when the enter key is pressed with the event details being contained within event.

Note: The corresponding handler is onEnterPressed.


escapePressed(event)

This signal is emitted when the escape key is pressed with the event details being contained within event.

Note: The corresponding handler is onEscapePressed.


flipPressed(event)

This signal is emitted when the flip key is pressed with the event details being contained within event.

Note: The corresponding handler is onFlipPressed.


hangupPressed(event)

This signal is emitted when the hangup key is pressed with the event details being contained within event.

Note: The corresponding handler is onHangupPressed.


leftPressed(event)

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.


noPressed(event)

This signal is emitted when the yes key is pressed with the event details being contained within event.

Note: The corresponding handler is onNoPressed.


numberSignPressed(event)

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.


pressed(event)

This signal is emitted when a key is pressed with the event details being contained within event.

Note: The corresponding handler is onPressed.


released(event)

This signal is emitted when a key is released with the event details being contained within event.

Note: The corresponding handler is onReleased.


returnPressed(event)

This signal is emitted when the return key is pressed with the event details being contained within event.

Note: The corresponding handler is onReturnPressed.


rightPressed(event)

This signal is emitted when the right key is pressed with the event details being contained within event

Note: The corresponding handler is onRightPressed.


selectPressed(event)

This signal is emitted when the select key is pressed with the event details being contained within event.

Note: The corresponding handler is onSelectPressed.


spacePressed(event)

This signal is emitted when the space key is pressed with the event details being contained within event.

Note: The corresponding handler is onSpacePressed.


tabPressed(event)

This signal is emitted when the tab key is pressed with the event details being contained within event.

Note: The corresponding handler is onTabPressed.


upPressed(event)

This signal is emitted when the up key is pressed with the event details being contained within event.

Note: The corresponding handler is onUpPressed.


volumeDownPressed(event)

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.


volumeUpPressed(event)

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.


yesPressed(event)

This signal is emitted when the yes key is pressed with the event details being contained within event.

Note: The corresponding handler is onYesPressed.