| 641 | } |
| 642 | |
| 643 | void MSWindowsScreen::fakeInputBegin() |
| 644 | { |
| 645 | assert(m_isPrimary); |
| 646 | |
| 647 | if (!m_isOnScreen) { |
| 648 | m_keyState->useSavedModifiers(true); |
| 649 | } |
| 650 | m_desks->fakeInputBegin(); |
| 651 | } |
| 652 | |
| 653 | void MSWindowsScreen::fakeInputEnd() |
| 654 | { |
nothing calls this directly
no test coverage detected