| 724 | } |
| 725 | |
| 726 | bool MSWindowsScreen::fakeKeyRepeat( |
| 727 | KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang |
| 728 | ) |
| 729 | { |
| 730 | bool result = PlatformScreen::fakeKeyRepeat(id, mask, count, button, lang); |
| 731 | updateMouseKeys(); |
| 732 | return result; |
| 733 | } |
| 734 | |
| 735 | bool MSWindowsScreen::fakeKeyUp(KeyButton button) |
| 736 | { |
nothing calls this directly
no outgoing calls
no test coverage detected