Blender V2.61 - r43446

WindowData.h

Go to the documentation of this file.
00001 
00028 typedef void (*WindowDataHandler)(void *priv, GHOST_EventHandle evt);
00029 typedef struct _WindowData WindowData;
00030     
00031     /***/
00032     
00033 WindowData* windowdata_new      (void *data, WindowDataHandler handler);
00034 void        windowdata_handle   (WindowData *wb, GHOST_EventHandle evt);
00035 void        windowdata_free     (WindowData *wb);
00036