CRT.KeyPressedFunc declaration bugfix

This commit is contained in:
Владислав Джавадов 2020-06-21 00:01:05 +03:00
parent 71d0ec4603
commit 51a55622bd

View File

@ -90,7 +90,7 @@ var
GetFlags: function: LongWord; stdcall; GetFlags: function: LongWord; stdcall;
GetFontHeight: function: Integer; stdcall; GetFontHeight: function: Integer; stdcall;
GotoXYProc: procedure(X, Y: Integer); stdcall; GotoXYProc: procedure(X, Y: Integer); stdcall;
KeyPressedFunc: function: Boolean; KeyPressedFunc: function: Boolean; stdcall;
PrintF: function(const Str: PKolibriChar): Integer; cdecl varargs; PrintF: function(const Str: PKolibriChar): Integer; cdecl varargs;
ReadKeyFunc: function: KolibriChar; stdcall; ReadKeyFunc: function: KolibriChar; stdcall;
SetFlags: function(Flags: LongWord): LongWord; stdcall; SetFlags: function(Flags: LongWord): LongWord; stdcall;