Searched refs:SDL_EVDEV_PrivateData (Results 1 – 2 of 2) sorted by relevance
61 typedef struct SDL_EVDEV_PrivateData struct68 } SDL_EVDEV_PrivateData; argument71 #define _THIS SDL_EVDEV_PrivateData *_this171 _this = (SDL_EVDEV_PrivateData*)SDL_calloc(1, sizeof(*_this)); in SDL_EVDEV_Init()
98 typedef struct SDL_EVDEV_PrivateData struct105 } SDL_EVDEV_PrivateData; typedef108 #define _THIS SDL_EVDEV_PrivateData *_this144 _this = (SDL_EVDEV_PrivateData*)SDL_calloc(1, sizeof(*_this)); in SDL_EVDEV_Init()
Completed in 4 milliseconds