moveTo(x, y)
|
|
Parameters
|
intx The X coordinate to move to.
A negative X value gives the X coordinate relative to the top left corner of the screen.
inty
The Y coordinate to move to.
A negative Y value gives the Y coordinate relative to the top left corner of the screen.
|
Returns
|
void
|