QKeyboardDevice¶
- PyQt5.Qt3DInput.QKeyboardDevice
Inherits from QAbstractPhysicalDevice.
Description¶
QKeyboardDevice is in charge of dispatching keyboard events to attached QQKeyboardHandler objects.
Methods¶
- __init__(parent: QNode = None)
Constructs a new QKeyboardDevice instance with parent.
- activeInput() → QKeyboardHandler
TODO
- axisCount() → int
Returns the axis count.
Note: Currently always returns zero.
- axisIdentifier(str) → int
Returns the matching the name.
- axisNames() → List[str]
Returns the axis names.
Note: Currently always returns empty QStringList.
- buttonCount() → int
Returns the button count.
- buttonIdentifier(str) → int
Returns the matching the name.
- buttonNames() → List[str]
Returns the button names.
- sceneChangeEvent(QSceneChange)
TODO
Signals¶
- activeInputChanged(QKeyboardHandler)
TODO