Searched refs:cdevice (Results 1 – 5 of 5) sorted by relevance
131 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()
222 --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()
579 SDL_ControllerDeviceEvent cdevice; /**< Game Controller device event data */ member
281 …eof (details), " (timestamp=%u which=%d)", (uint) event->cdevice.timestamp, (int) event->cdevice.w… in SDL_LogEvent()
1419 event->cdevice.which); in SDLTest_PrintEvent()1423 event->cdevice.which); in SDLTest_PrintEvent()
Completed in 16 milliseconds