swift
|
Windows implemenation of IKeyboard using hook procedure. More...
Public Member Functions | |
CKeyboardWindows (CKeyboardWindows const &)=delete | |
Copy Constructor. | |
CKeyboardWindows & | operator= (CKeyboardWindows const &)=delete |
Assignment operator. | |
virtual | ~CKeyboardWindows () |
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. | |
Windows implemenation of IKeyboard using hook procedure.
Definition at line 24 of file keyboardwindows.h.
|
protectedvirtual |
Initializes the platform keyboard device.
Implements swift::input::IKeyboard.
Definition at line 138 of file keyboardwindows.cpp.