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

Method fakeInputEnd

src/lib/platform/MSWindowsScreen.cpp:653–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653void MSWindowsScreen::fakeInputEnd()
654{
655 assert(m_isPrimary);
656
657 m_desks->fakeInputEnd();
658 if (!m_isOnScreen) {
659 m_keyState->useSavedModifiers(false);
660 }
661}
662
663int32_t MSWindowsScreen::getJumpZoneSize() const
664{

Callers

nothing calls this directly

Calls 1

useSavedModifiersMethod · 0.80

Tested by

no test coverage detected