Searched refs:jdevice (Results 1 – 6 of 6) sorted by relevance
80 joystick = SDL_JoystickOpen(event.jdevice.which); in main()82 … SDL_Log("Joy Added : %d : %s\n", event.jdevice.which, SDL_JoystickName(joystick)); in main()109 if (instance == event.jdevice.which) in main()111 SDL_Log("Joy Removed: %d\n", event.jdevice.which); in main()
61 SDL_Log("Joystick device %d removed.\n", (int) event.jdevice.which); in loop()
509 event.jdevice.which = device_index; in SDL_PrivateJoystickAdded()540 --events[i].jdevice.which; in UpdateEventsForDeviceRemoval()555 event.jdevice.which = device_instance; in SDL_PrivateJoystickRemoved()
250 if (SDL_IsGameController(event->jdevice.which)) { in SDL_GameControllerEventWatcher()253 deviceevent.cdevice.which = event->jdevice.which; in SDL_GameControllerEventWatcher()262 if (controllerlist->joystick->instance_id == event->jdevice.which) { in SDL_GameControllerEventWatcher()266 deviceevent.cdevice.which = event->jdevice.which; in SDL_GameControllerEventWatcher()
540 SDL_JoyDeviceEvent jdevice; /**< Joystick device change event data */ member
1119 event->jdevice.which); in SDLTest_PrintEvent()1123 event->jdevice.which); in SDLTest_PrintEvent()