swift
|
MacOS implemenation of IKeyboard using hook procedure. More...
Public Member Functions | |
CKeyboardMacOS (CKeyboardMacOS const &)=delete | |
Copy Constructor. | |
CKeyboardMacOS & | operator= (CKeyboardMacOS const &)=delete |
Assignment operator. | |
virtual | ~CKeyboardMacOS () |
Destructor. | |
![]() | |
IKeyboard (QObject *parent=nullptr) | |
Constructor. | |
virtual | ~IKeyboard () |
Destructor. | |
Protected Member Functions | |
virtual bool | init () |
Initializes the platform keyboard device. More... | |
Friends | |
class | IKeyboard |
Additional Inherited Members | |
![]() | |
void | keyCombinationChanged (const swift::misc::input::CHotkeyCombination &) |
Key combination changed. | |
![]() | |
static std::unique_ptr< IKeyboard > | create (QObject *parent=nullptr) |
Creates a native keyboard handler object. | |
MacOS implemenation of IKeyboard using hook procedure.
Definition at line 21 of file keyboardmacos.h.
|
protectedvirtual |
Initializes the platform keyboard device.
Implements swift::input::IKeyboard.
Definition at line 172 of file keyboardmacos.mm.