mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:39:28 +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);
|
||||
begin
|
||||
CursorX:=NewCursorX;
|
||||
CursorY:=NewCursorY;
|
||||
end;
|
||||
|
||||
function SysGetCursorType: Word;
|
||||
|
Loading…
Reference in New Issue
Block a user