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

Method fakeKeyRepeat

src/lib/platform/MSWindowsKeyState.cpp:745–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745bool MSWindowsKeyState::fakeKeyRepeat(
746 KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang
747)
748{
749 return KeyState::fakeKeyRepeat(id, mask, count, button, lang);
750}
751
752// We must use SendSAS (Secure Attention Sequence) to simulate Ctrl+Alt+Del (since Windows Vista).
753//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected