| 718 | } |
| 719 | |
| 720 | void MSWindowsScreen::fakeKeyDown(KeyID id, KeyModifierMask mask, KeyButton button, const std::string &lang) |
| 721 | { |
| 722 | PlatformScreen::fakeKeyDown(id, mask, button, lang); |
| 723 | updateMouseKeys(); |
| 724 | } |
| 725 | |
| 726 | bool MSWindowsScreen::fakeKeyRepeat( |
| 727 | KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang |
nothing calls this directly
no outgoing calls
no test coverage detected