| 733 | } |
| 734 | |
| 735 | bool MSWindowsScreen::fakeKeyUp(KeyButton button) |
| 736 | { |
| 737 | bool result = PlatformScreen::fakeKeyUp(button); |
| 738 | updateMouseKeys(); |
| 739 | return result; |
| 740 | } |
| 741 | |
| 742 | void MSWindowsScreen::fakeAllKeysUp() |
| 743 | { |
nothing calls this directly
no outgoing calls
no test coverage detected