Files
AC6_recomp/thirdparty
Dipshet 07d09128e6 Silence the Alt+key system beep (unhandled WM_SYSCHAR)
While Alt is held every keypress arrives as WM_SYSKEYDOWN->WM_SYSCHAR,
and an unhandled WM_SYSCHAR reaching DefWindowProc on a menu-less
window triggers MessageBeep which causes camera panning on KB+M dinged constantly.
Consume it (and answer WM_MENUCHAR with MNC_CLOSE) when the window has
no menu.
2026-08-07 23:29:53 +02:00
..