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

Method fakeKeyDown

src/lib/platform/MSWindowsKeyState.cpp:740–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740void MSWindowsKeyState::fakeKeyDown(KeyID id, KeyModifierMask mask, KeyButton button, const std::string &lang)
741{
742 KeyState::fakeKeyDown(id, mask, button, lang);
743}
744
745bool MSWindowsKeyState::fakeKeyRepeat(
746 KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected