Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include <InputFilter.h>
Public Types | |
enum | Mode { kOff , kOn , kToggle } |
Public Member Functions | |
LockCursorToScreenAction (IEventQueue *events, Mode=kToggle) | |
Mode | getMode () const |
Action * | clone () const override |
std::string | format () const override |
void | perform (const Event &) override |
Public Member Functions inherited from InputFilter::Action | |
Action ()=default | |
virtual | ~Action ()=default |
InputFilter::LockCursorToScreenAction::LockCursorToScreenAction | ( | IEventQueue * | events, |
Mode | mode = kToggle ) |
|
overridevirtual |
Implements InputFilter::Action.
|
overridevirtual |
Implements InputFilter::Action.
InputFilter::LockCursorToScreenAction::Mode InputFilter::LockCursorToScreenAction::getMode | ( | ) | const |
|
overridevirtual |
Implements InputFilter::Action.