C
#define MoveTo(x, y) \ _cursorX = x; \ _cursorY = y;
Overview
This macro moves the graphic cursor to new x,y position.
Input Parameters
Input Parameters |
Description |
x |
Specifies the new x position of the graphic cursor. |
y |
Specifies the new y position of the graphic cursor. |
Returns
none
Preconditions
none
Side Effects
none