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

Method OSXKeyState

src/lib/platform/OSXKeyState.cpp:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180//
181
182OSXKeyState::OSXKeyState(IEventQueue *events, std::vector<std::string> layouts, bool isLangSyncEnabled)
183 : KeyState(events, std::move(layouts), isLangSyncEnabled)
184{
185 init();
186}
187
188OSXKeyState::OSXKeyState(
189 IEventQueue *events, deskflow::KeyMap &keyMap, std::vector<std::string> layouts, bool isLangSyncEnabled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected