[ Maverik Level 1 functions ]
mav_mouseDraw
Summary
Draw mouse cursor.
Syntax
void mav_mouseDraw(void *ignored);
Description
This function draws a 2D cross on the screen corresponding the current mouse position.
Back to the
index page
.