35 return "WindowActivate";
37 return "WindowDeactivate";
39 return "WindowUpdate";
154 K(KeyNumpadAsterisk);
199 pos += sprintf(
pos,
" - win: %s", s);
203 pos += sprintf(
pos,
" - sys evt");
208 pos += sprintf(
pos,
" - pos: (%d, %d)", cd->
x, cd->
y);
void BLI_kdtree_nd_ free(KDTree *tree)
typedef double(DMatrix)[4][4]
void event_to_buf(GHOST_EventHandle evt, char buf[128])
static char * keytype_to_string(GHOST_TKey key)
char * eventtype_to_string(GHOST_TEventType type)
GHOST C-API function and type declarations.
uint64_t GHOST_GetEventTime(GHOST_EventHandle eventhandle)
GHOST_TEventDataPtr GHOST_GetEventData(GHOST_EventHandle eventhandle)
GHOST_TEventType GHOST_GetEventType(GHOST_EventHandle eventhandle)
GHOST_WindowHandle GHOST_GetEventWindow(GHOST_EventHandle eventhandle)
char * GHOST_GetTitle(GHOST_WindowHandle windowhandle)
@ GHOST_kEventWindowClose
@ GHOST_kEventWindowActivate
@ GHOST_kEventWindowUpdate
@ GHOST_kEventWindowDeactivate
@ GHOST_kEventQuitRequest
Read Guarded memory(de)allocation.