[ Maverik Level 3 functions ]
mav_gfxWindowPointerSet
Summary
Sets the position of the mouse.
Syntax
void mav_gfxWindowPointerSet(int id, int x, int y);
- int id
 Identifies the window.
- int x
 Horizontal position to set.
- int y
 Vertical position to set.
Description
This function sets the mouse position.
Back to the index page.