[ Maverik Level 3 functions ]


mav_gfxWindowPointerGet

Summary

Query the position of the mouse.


Syntax

int mav_gfxWindowPointerGet(int id, int *x, int *y, int *rx, int *ry);


Description

This function polls the mouse for its position and returns the data in the arguments described above.


Back to the index page.