[ Maverik Level 3 functions ]


mav_gfxWindowEventPeek

Summary

Query window events.


Syntax

int mav_gfxWindowEventPeek(void);


Description

This function checks for, but does not remove from the queue, window events.

The routine returns MAV_TRUE if an event is outstanding, MAV_FALSE otherwise.


Back to the index page.