QKeyboardDevice Class
class Qt3DInput::QKeyboardDeviceQKeyboardDevice is in charge of dispatching keyboard events to attached QQKeyboardHandler objects. More...
| Header: | #include <QKeyboardDevice> |
| qmake: | QT += 3dinput |
| Since: | Qt 5.5 |
| Instantiated By: | KeyboardDevice |
| Inherits: | Qt3DInput::QAbstractPhysicalDevice |
This class was introduced in Qt 5.5.
Properties
- activeInput : Qt3DInput::QKeyboardHandler* const
Public Functions
| Qt3DInput::QKeyboardHandler * | activeInput() const |
Signals
| void | activeInputChanged(Qt3DInput::QKeyboardHandler *activeInput) |
Detailed Description
Property Documentation
activeInput : Qt3DInput::QKeyboardHandler* const
Holds the active QKeyboardHandler of the device.
Access functions:
| Qt3DInput::QKeyboardHandler * | activeInput() const |
Notifier signal:
| void | activeInputChanged(Qt3DInput::QKeyboardHandler *activeInput) |