| 1840 | |
| 1841 | |
| 1842 | void KeyEventMenuMask(KeyEventTypes aEventType, DWORD aExtraInfo) |
| 1843 | // Send a menu masking key event (use of this function reduces code size). |
| 1844 | { |
| 1845 | KeyEvent(aEventType, g_MenuMaskKeyVK, g_MenuMaskKeySC, NULL, false, aExtraInfo); |
| 1846 | } |
| 1847 | |
| 1848 | |
| 1849 |
no test coverage detected