Searched refs:deviceevent (Results 1 – 1 of 1) sorted by relevance
419 SDL_Event deviceevent; in SDL_GameControllerEventWatcher() local420 deviceevent.type = SDL_CONTROLLERDEVICEADDED; in SDL_GameControllerEventWatcher()421 deviceevent.cdevice.which = event->jdevice.which; in SDL_GameControllerEventWatcher()422 SDL_PushEvent(&deviceevent); in SDL_GameControllerEventWatcher()431 SDL_Event deviceevent; in SDL_GameControllerEventWatcher() local435 deviceevent.type = SDL_CONTROLLERDEVICEREMOVED; in SDL_GameControllerEventWatcher()437 SDL_PushEvent(&deviceevent); in SDL_GameControllerEventWatcher()1579 SDL_Event deviceevent; in SDL_GameControllerInit() local1580 deviceevent.type = SDL_CONTROLLERDEVICEADDED; in SDL_GameControllerInit()1581 deviceevent.cdevice.which = i; in SDL_GameControllerInit()[all …]
Completed in 9 milliseconds