KeyboardHandler QML Type

QML frontend for QKeyboardHandler C++ class. 更多...

import 语句: import Qt3D.Input 2.12
Since: Qt 5.5
实例化: QKeyboardHandler
继承: Component3D

特性

信号

详细描述

特性文档编制

focus : bool

sourceDevice : KeyboardDevice

信号文档编制

asteriskPressed ( KeyEvent event )

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

backPressed ( KeyEvent event )

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

backtabPressed ( KeyEvent event )

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

callPressed ( KeyEvent event )

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

cancelPressed ( KeyEvent event )

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

context1Pressed ( KeyEvent event )

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

context2Pressed ( KeyEvent event )

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

context3Pressed ( KeyEvent event )

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

context4Pressed ( KeyEvent event )

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

deletePressed ( KeyEvent event )

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

digit0Pressed ( KeyEvent event )

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

digit1Pressed ( KeyEvent event )

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

digit2Pressed ( KeyEvent event )

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

digit3Pressed ( KeyEvent event )

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

digit4Pressed ( KeyEvent event )

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

digit5Pressed ( KeyEvent event )

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

digit6Pressed ( KeyEvent event )

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

digit7Pressed ( KeyEvent event )

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

digit8Pressed ( KeyEvent event )

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

digit9Pressed ( KeyEvent event )

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

downPressed ( KeyEvent event )

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

enterPressed ( KeyEvent event )

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

escapePressed ( KeyEvent event )

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

flipPressed ( KeyEvent event )

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

hangupPressed ( KeyEvent event )

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

leftPressed ( KeyEvent event )

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

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

noPressed ( KeyEvent event )

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

numberSignPressed ( KeyEvent event )

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

pressed ( KeyEvent event )

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

released ( KeyEvent event )

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

returnPressed ( KeyEvent event )

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

rightPressed ( KeyEvent event )

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

selectPressed ( KeyEvent event )

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

spacePressed ( KeyEvent event )

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

tabPressed ( KeyEvent event )

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

upPressed ( KeyEvent event )

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

volumeDownPressed ( KeyEvent event )

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

volumeUpPressed ( KeyEvent event )

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

yesPressed ( KeyEvent event )

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