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

Method fakeKeyUp

src/lib/platform/MSWindowsScreen.cpp:735–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733}
734
735bool MSWindowsScreen::fakeKeyUp(KeyButton button)
736{
737 bool result = PlatformScreen::fakeKeyUp(button);
738 updateMouseKeys();
739 return result;
740}
741
742void MSWindowsScreen::fakeAllKeysUp()
743{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected