1182
Appendix A: System Routines — Windows
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
WinMoveTo
Declaration:
void
WinMoveTo
(WINDOW *
w
, WIN_COORDS
x0
, WIN_COORDS
y0
)
Category(ies):
Windows
Description:
Set the current pen position. The pen position affects where
WinChar
and
WinStr
draw characters and strings as well as the line position for
WinLineRel
and
WinLineTo
.
Inputs:
w
— WINDOW struct of a previously opened window.
x0, y0
— New pen position.
Outputs:
None
Assumptions:
None
Side Effects:
Sets the current pen position for the window until changed.
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: WinMoveRel, WinChar, WinStr, WinLineRel, WinLineTo
Example:
See
WinLineTo
.