| 738 | } |
| 739 | |
| 740 | void MSWindowsKeyState::fakeKeyDown(KeyID id, KeyModifierMask mask, KeyButton button, const std::string &lang) |
| 741 | { |
| 742 | KeyState::fakeKeyDown(id, mask, button, lang); |
| 743 | } |
| 744 | |
| 745 | bool MSWindowsKeyState::fakeKeyRepeat( |
| 746 | KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang |
nothing calls this directly
no outgoing calls
no test coverage detected