fix typo, check appropriate message, lmkey for keys

git-svn-id: trunk@7544 -
This commit is contained in:
micha 2005-08-22 15:27:32 +00:00
parent 91d33a67f4
commit c4a65fbb5f

View File

@ -1417,7 +1417,7 @@ Begin
CN_KEYDOWN, CN_KEYUP, CN_SYSKEYDOWN, CN_SYSKEYUP:
begin
// if key not yet processed, let windows process it
WinProcess := (LMKey.CharCode <> VK_UNKNOWN) and (LMChar.Result = 0);
WinProcess := (LMKey.CharCode <> VK_UNKNOWN) and (LMKey.Result = 0);
WParam := LMKey.CharCode;
end;