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

Method fakeKeyDown

src/lib/platform/MSWindowsScreen.cpp:720–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720void MSWindowsScreen::fakeKeyDown(KeyID id, KeyModifierMask mask, KeyButton button, const std::string &lang)
721{
722 PlatformScreen::fakeKeyDown(id, mask, button, lang);
723 updateMouseKeys();
724}
725
726bool MSWindowsScreen::fakeKeyRepeat(
727 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