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

Method fakeInputBegin

src/lib/platform/MSWindowsScreen.cpp:643–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641}
642
643void MSWindowsScreen::fakeInputBegin()
644{
645 assert(m_isPrimary);
646
647 if (!m_isOnScreen) {
648 m_keyState->useSavedModifiers(true);
649 }
650 m_desks->fakeInputBegin();
651}
652
653void MSWindowsScreen::fakeInputEnd()
654{

Callers

nothing calls this directly

Calls 1

useSavedModifiersMethod · 0.80

Tested by

no test coverage detected