[ Maverik Level 1 functions ]


mav_mouseGet

Summary

Sample the current mouse position.


Syntax

void mav_mouseGet(MAV_window *w, int *x, int *y, int *rx, int *ry);


Description

This function returns the current mouse position in window w (x,y), and with respect to the root (background) window (rx,ry).


Back to the index page.