Home
last modified time | relevance | path

Searched refs:SDL_EVDEV_PrivateData (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/alios/
A DSDL_evdev.c61 typedef struct SDL_EVDEV_PrivateData struct
68 } SDL_EVDEV_PrivateData; argument
71 #define _THIS SDL_EVDEV_PrivateData *_this
171 _this = (SDL_EVDEV_PrivateData*)SDL_calloc(1, sizeof(*_this)); in SDL_EVDEV_Init()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_evdev.c98 typedef struct SDL_EVDEV_PrivateData struct
105 } SDL_EVDEV_PrivateData; typedef
108 #define _THIS SDL_EVDEV_PrivateData *_this
144 _this = (SDL_EVDEV_PrivateData*)SDL_calloc(1, sizeof(*_this)); in SDL_EVDEV_Init()

Completed in 4 milliseconds