Searched defs:_sdl (Results 1 – 1 of 1) sorted by relevance
54 struct _sdl { struct55 HashTable functions; /* array of sdlFunction */56 HashTable *types; /* array of sdlTypesPtr */57 HashTable *elements; /* array of sdlTypesPtr */58 HashTable *encoders; /* array of encodePtr */59 HashTable *bindings; /* array of sdlBindings (key'd by name) */83 struct _sdlBinding { argument
Completed in 7 milliseconds