| 743 | } |
| 744 | |
| 745 | bool MSWindowsKeyState::fakeKeyRepeat( |
| 746 | KeyID id, KeyModifierMask mask, int32_t count, KeyButton button, const std::string &lang |
| 747 | ) |
| 748 | { |
| 749 | return KeyState::fakeKeyRepeat(id, mask, count, button, lang); |
| 750 | } |
| 751 | |
| 752 | // We must use SendSAS (Secure Attention Sequence) to simulate Ctrl+Alt+Del (since Windows Vista). |
| 753 | // |
nothing calls this directly
no outgoing calls
no test coverage detected