mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 18:19:34 +02:00
fix typo, check appropriate message, lmkey for keys
git-svn-id: trunk@7544 -
This commit is contained in:
parent
91d33a67f4
commit
c4a65fbb5f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user