mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 18:07:13 +01:00
+ Small cosmetic fix in log function
This commit is contained in:
parent
6e9bfb8c1f
commit
66ef7657db
@ -54,8 +54,8 @@ begin
|
||||
K:=OldkeyboardDriver.GetKeyEvent();
|
||||
If Logging then
|
||||
begin
|
||||
Write(KeyLog,TimeStamp);
|
||||
Writeln(KeyLog,': Key event: ',KeyEventToString(TranslateKeyEvent(K)));
|
||||
Write(KeyLog,TimeStamp,': Key event: ');
|
||||
Writeln(KeyLog,KeyEventToString(TranslateKeyEvent(K)));
|
||||
end;
|
||||
LogGetKeyEvent:=K;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user