Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
This is the complete list of members for IPlatformScreen, including all inherited members.
activeSides() override=0 | IPlatformScreen | pure virtual |
canLeave()=0 | IPlatformScreen | pure virtual |
checkClipboards()=0 | IPlatformScreen | pure virtual |
closeScreensaver()=0 | IPlatformScreen | pure virtual |
disable()=0 | IPlatformScreen | pure virtual |
enable()=0 | IPlatformScreen | pure virtual |
enter()=0 | IPlatformScreen | pure virtual |
fakeAllKeysUp() override=0 | IPlatformScreen | pure virtual |
fakeCtrlAltDel() override=0 | IPlatformScreen | pure virtual |
fakeInputBegin() override=0 | IPlatformScreen | pure virtual |
fakeInputEnd() override=0 | IPlatformScreen | pure virtual |
fakeKeyDown(KeyID id, KeyModifierMask mask, KeyButton button, const std::string &lang) override=0 | IPlatformScreen | pure virtual |
fakeKeyRepeat(KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang) override=0 | IPlatformScreen | pure virtual |
fakeKeyUp(KeyButton button) override=0 | IPlatformScreen | pure virtual |
fakeMediaKey(KeyID id) override | IPlatformScreen | virtual |
fakeMouseButton(ButtonID id, bool press) override=0 | IPlatformScreen | pure virtual |
fakeMouseMove(int32_t x, int32_t y) override=0 | IPlatformScreen | pure virtual |
fakeMouseRelativeMove(int32_t dx, int32_t dy) const override=0 | IPlatformScreen | pure virtual |
fakeMouseWheel(int32_t xDelta, int32_t yDelta) const override=0 | IPlatformScreen | pure virtual |
getActiveModifiers() const override=0 | IPlatformScreen | pure virtual |
getClipboard(ClipboardID id, IClipboard *) const override=0 | IPlatformScreen | pure virtual |
getCursorCenter(int32_t &x, int32_t &y) const override=0 | IPlatformScreen | pure virtual |
getCursorPos(int32_t &x, int32_t &y) const override=0 | IPlatformScreen | pure virtual |
getEventTarget() const override=0 | IPlatformScreen | pure virtual |
getJumpZoneSize() const override=0 | IPlatformScreen | pure virtual |
getSecureInputApp() const =0 | IPlatformScreen | pure virtual |
getShape(int32_t &x, int32_t &y, int32_t &width, int32_t &height) const override=0 | IPlatformScreen | pure virtual |
handleSystemEvent(const Event &event)=0 | IPlatformScreen | protectedpure virtual |
IKeyState(const IEventQueue *events) | IKeyState | explicit |
IPlatformScreen(const IEventQueue *events) | IPlatformScreen | inlineexplicit |
isAnyMouseButtonDown(uint32_t &buttonID) const override=0 | IPlatformScreen | pure virtual |
isKeyDown(KeyButton) const override=0 | IPlatformScreen | pure virtual |
isPrimary() const =0 | IPlatformScreen | pure virtual |
KeyButtonSet typedef | IKeyState | |
leave()=0 | IPlatformScreen | pure virtual |
openScreensaver(bool notify)=0 | IPlatformScreen | pure virtual |
pollActiveGroup() const override=0 | IPlatformScreen | pure virtual |
pollActiveModifiers() const override=0 | IPlatformScreen | pure virtual |
pollPressedKeys(KeyButtonSet &pressedKeys) const override=0 | IPlatformScreen | pure virtual |
reconfigure(uint32_t activeSides) override=0 | IPlatformScreen | pure virtual |
registerHotKey(KeyID key, KeyModifierMask mask) override=0 | IPlatformScreen | pure virtual |
resetOptions()=0 | IPlatformScreen | pure virtual |
s_numButtons | IKeyState | inlinestatic |
screensaver(bool activate)=0 | IPlatformScreen | pure virtual |
setClipboard(ClipboardID id, const IClipboard *)=0 | IPlatformScreen | pure virtual |
setHalfDuplexMask(KeyModifierMask) override=0 | IPlatformScreen | pure virtual |
setOptions(const OptionsList &options)=0 | IPlatformScreen | pure virtual |
setSequenceNumber(uint32_t)=0 | IPlatformScreen | pure virtual |
unregisterHotKey(uint32_t id) override=0 | IPlatformScreen | pure virtual |
updateKeyMap() override=0 | IPlatformScreen | pure virtual |
updateKeyState() override=0 | IPlatformScreen | pure virtual |
warpCursor(int32_t x, int32_t y) override=0 | IPlatformScreen | pure virtual |
~IInterface()=default | IInterface | virtual |