swift
|
Abstract interface for native keyboard handling. More...
Signals | |
void | keyCombinationChanged (const swift::misc::input::CHotkeyCombination &) |
Key combination changed. | |
Public Member Functions | |
IKeyboard (QObject *parent=nullptr) | |
Constructor. | |
virtual | ~IKeyboard () |
Destructor. | |
Static Public Member Functions | |
static std::unique_ptr< IKeyboard > | create (QObject *parent=nullptr) |
Creates a native keyboard handler object. | |
Protected Member Functions | |
virtual bool | init ()=0 |
Initializes the platform keyboard device. | |
Abstract interface for native keyboard handling.
Definition at line 22 of file keyboard.h.