GHOST C-API function and type declarations.
Read Guarded memory(de)allocation.
void windowdata_free(WindowData *wb)
WindowData * windowdata_new(void *data, WindowDataHandler handler)
void windowdata_handle(WindowData *wb, GHOST_EventHandle evt)
void(* WindowDataHandler)(void *priv, GHOST_EventHandle evt)
void *(* MEM_mallocN)(size_t len, const char *str)
void MEM_freeN(void *vmemh)
WindowDataHandler handler