[ Maverik Level 2 typedefs ]


MAV_TDMCursor

Summary

TDM Cursor


Syntax


typedef struct {
  int tracker;
  int style;
  MAV_surfaceParams *sp;
  void *userdef;
} MAV_TDMCursor;


Description


Back to the index page.