Searched defs:_sdl (Results 1 – 1 of 1) sorted by relevance
51 struct _sdl { struct52 HashTable functions; /* array of sdlFunction */53 HashTable *types; /* array of sdlTypesPtr */54 HashTable *elements; /* array of sdlTypesPtr */55 HashTable *encoders; /* array of encodePtr */56 HashTable *bindings; /* array of sdlBindings (key'd by name) */80 struct _sdlBinding { argument
Completed in 9 milliseconds