MoveTo
Function (ROM Call 0x19D)
graph.h
void
MoveTo (
short
x,
short
y);
Sets the current pen position.
MoveTo sets the current pen position to (
x
,
y
).
Used by:
DrawClipRect
,
DrawMultiLines
,
clrscr
,
fgetchar
,
fputchar
,
gets
,
getsn
,
DrawWinBorder