+ 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:
nickysn 2015-09-27 20:31:51 +00:00
parent bb873c93af
commit ea76bcfbe3

View File

@ -202,6 +202,8 @@ end;
procedure SysSetCursorPos(NewCursorX, NewCursorY: Word);
begin
CursorX:=NewCursorX;
CursorY:=NewCursorY;
end;
function SysGetCursorType: Word;