MCPcopy Create free account
hub / github.com/deskflow/deskflow / handleModifierKey

Method handleModifierKey

src/lib/platform/OSXKeyState.cpp:841–846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841void OSXKeyState::handleModifierKey(void *target, uint32_t virtualKey, KeyID id, bool down, KeyModifierMask newMask)
842{
843 KeyButton button = mapVirtualKeyToKeyButton(virtualKey);
844 onKey(button, down, newMask);
845 sendKeyEvent(target, down, false, id, newMask, 0, button);
846}
847
848bool OSXKeyState::getGroups(AutoCFArray &groups) const
849{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected