| 180 | // |
| 181 | |
| 182 | OSXKeyState::OSXKeyState(IEventQueue *events, std::vector<std::string> layouts, bool isLangSyncEnabled) |
| 183 | : KeyState(events, std::move(layouts), isLangSyncEnabled) |
| 184 | { |
| 185 | init(); |
| 186 | } |
| 187 | |
| 188 | OSXKeyState::OSXKeyState( |
| 189 | IEventQueue *events, deskflow::KeyMap &keyMap, std::vector<std::string> layouts, bool isLangSyncEnabled |
nothing calls this directly
no outgoing calls
no test coverage detected