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