MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / KeyEventMenuMask

Function KeyEventMenuMask

source/keyboard_mouse.cpp:1842–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1840
1841
1842void 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

Callers 5

DialogPrepFunction · 0.85
DisguiseWinAltIfNeededFunction · 0.85
SetModifierLRStateFunction · 0.85
LowLevelCommonFunction · 0.85
AllowItFunction · 0.85

Calls 1

KeyEventFunction · 0.85

Tested by

no test coverage detected