[ Maverik Level 2 typedefs ]


MAV_crossingEvent

Summary

Mouse crossing events.


Syntax

typedef struct {
  MAV_window *win;
  int dir;
} MAV_crossingEvent;


Description

The mouse window crossing (enters/leaves) event data structure, MAV_crossingEvent, is passesd to the application supplied callback function (set with the mav_callbackCrossingSet function) to provide details of this event.

The fields are as follows:


Back to the index page.