KeyboardHandler QML Type

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

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

特性

信号

详细描述

特性文档编制

focus : bool

sourceDevice : KeyboardDevice

信号文档编制

void asteriskPressed ( KeyEvent event )

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

void backPressed ( KeyEvent event )

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

void backtabPressed ( KeyEvent event )

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

void callPressed ( KeyEvent event )

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

void cancelPressed ( KeyEvent event )

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

void context1Pressed ( KeyEvent event )

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

void context2Pressed ( KeyEvent event )

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

void context3Pressed ( KeyEvent event )

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

void context4Pressed ( KeyEvent event )

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

void deletePressed ( KeyEvent event )

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

void digit0Pressed ( KeyEvent event )

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

void digit1Pressed ( KeyEvent event )

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

void digit2Pressed ( KeyEvent event )

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

void digit3Pressed ( KeyEvent event )

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

void digit4Pressed ( KeyEvent event )

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

void digit5Pressed ( KeyEvent event )

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

void digit6Pressed ( KeyEvent event )

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

void digit7Pressed ( KeyEvent event )

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

void digit8Pressed ( KeyEvent event )

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

void digit9Pressed ( KeyEvent event )

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

void downPressed ( KeyEvent event )

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

void enterPressed ( KeyEvent event )

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

void escapePressed ( KeyEvent event )

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

void flipPressed ( KeyEvent event )

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

void hangupPressed ( KeyEvent event )

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

void 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

void noPressed ( KeyEvent event )

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

void numberSignPressed ( KeyEvent event )

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

void pressed ( KeyEvent event )

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

void released ( KeyEvent event )

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

void returnPressed ( KeyEvent event )

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

void rightPressed ( KeyEvent event )

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

void selectPressed ( KeyEvent event )

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

void spacePressed ( KeyEvent event )

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

void tabPressed ( KeyEvent event )

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

void upPressed ( KeyEvent event )

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

void volumeDownPressed ( KeyEvent event )

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

void volumeUpPressed ( KeyEvent event )

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

void yesPressed ( KeyEvent event )

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