Home
last modified time | relevance | path

Searched refs:cdevice (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestgamecontroller.c131 SDL_Log("Game controller device %d added.\n", (int) event.cdevice.which); in loop()
133 gamecontroller = SDL_GameControllerOpen(event.cdevice.which); in loop()
143 SDL_Log("Game controller device %d removed.\n", (int) event.cdevice.which); in loop()
144 …if (gamecontroller && event.cdevice.which == SDL_JoystickInstanceID(SDL_GameControllerGetJoystick(… in loop()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c222 --events[i].cdevice.which; in UpdateEventsForDeviceRemoval()
421 deviceevent.cdevice.which = event->jdevice.which; in SDL_GameControllerEventWatcher()
436 deviceevent.cdevice.which = event->jdevice.which; in SDL_GameControllerEventWatcher()
851 event.cdevice.which = gamecontrollerlist->joystick->instance_id; in SDL_PrivateGameControllerRefreshMapping()
1581 deviceevent.cdevice.which = i; in SDL_GameControllerInit()
/AliOS-Things-master/components/SDL2/include/
A DSDL_events.h579 SDL_ControllerDeviceEvent cdevice; /**< Game Controller device event data */ member
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c281 …eof (details), " (timestamp=%u which=%d)", (uint) event->cdevice.timestamp, (int) event->cdevice.w… in SDL_LogEvent()
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1419 event->cdevice.which); in SDLTest_PrintEvent()
1423 event->cdevice.which); in SDLTest_PrintEvent()

Completed in 16 milliseconds