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

Method fakeKeyRepeat

src/lib/platform/MSWindowsScreen.cpp:726–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726bool MSWindowsScreen::fakeKeyRepeat(
727 KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang
728)
729{
730 bool result = PlatformScreen::fakeKeyRepeat(id, mask, count, button, lang);
731 updateMouseKeys();
732 return result;
733}
734
735bool MSWindowsScreen::fakeKeyUp(KeyButton button)
736{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected