[ 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, int *buts);


Description

This function polls the mouse for its position and button status returning the data in the arguments described above.


Back to the index page.