mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
+ update CursorX and CursorY when setting the cursor pos in the video unit for win16
git-svn-id: trunk@31860 -
This commit is contained in:
parent
bb873c93af
commit
ea76bcfbe3
@ -202,6 +202,8 @@ end;
|
|||||||
|
|
||||||
procedure SysSetCursorPos(NewCursorX, NewCursorY: Word);
|
procedure SysSetCursorPos(NewCursorX, NewCursorY: Word);
|
||||||
begin
|
begin
|
||||||
|
CursorX:=NewCursorX;
|
||||||
|
CursorY:=NewCursorY;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function SysGetCursorType: Word;
|
function SysGetCursorType: Word;
|
||||||
|
Loading…
Reference in New Issue
Block a user