 |
WinMoveCursor |
Function (ROM Call 0x1B) |
Moves the pen position (???).
On the Texas Instruments site, TI comments related to this function are (cite):
use WinMoveTo to move pen position, use
WinSetCursor to move cursor. Obviously, I am too stupid
to conclude what is the difference between the pen position and the cursor. To be
more precise, I don't know what "cursor" means to them. I don't see any difference
between this command and WinMoveTo. Any info is welcomed.
If this fact may help, WinMoveTo changes CurX and CurY
fields of the WINDOW structure, WinMoveCursor changes both
CurX, CurY and CursorX, CursorY pairs, and WinSetCursor changes only
CursorX and CursorY field. Please help!!!
Used by: GD_Eraser, GD_HVLine, GD_Pen, GD_Text, GT_FreeTrace