|
moveTo(x, y)
|
|
|
Parameters
|
int x The X coordinate to move to.
A negative X value gives the X coordinate relative to the top left corner of the screen.
int y
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
|