[ Maverik Level 1 functions ]


mav_mouseSet

Summary

Sets the current mouse position.


Syntax

void mav_mouseSet(MAV_window *w, int x, int y);


Description

This function sets (warps) the mouse position to the specified location (x,y) in window w. NB. this function may not be supported on all platforms.


Back to the index page.