mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K] - Fix sending WM_SYSKEYUP for ALT. Fixes rest of user32:input winetest (6). It's finally green!
svn path=/trunk/; revision=54137
This commit is contained in:
@@ -820,7 +820,6 @@ ProcessKeyEvent(WORD wVk, WORD wScanCode, DWORD dwFlags, BOOL bInjected, DWORD d
|
||||
}
|
||||
else
|
||||
{
|
||||
bMenuDownRecently = FALSE;
|
||||
if (bIsDown)
|
||||
Msg.message = WM_KEYDOWN;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user