![]() |
WinMoveTo | Function (ROM Call 0x1C) |
wingraph.h |
void WinMoveTo (WINDOW *w, short x, short y); |
Sets the current window pen position.
WinMoveTo sets the current pen position for the window pointed to by w to (x, y). The coordinates are relative to the topleft corner of the window. WinMoveTo affects where WinChar and WinStr draw characters and strings as well as the line position for WinLineRel and WinLineTo.