Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c419 SDL_Event deviceevent; in SDL_GameControllerEventWatcher() local
420 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() local
435 deviceevent.type = SDL_CONTROLLERDEVICEREMOVED; in SDL_GameControllerEventWatcher()
437 SDL_PushEvent(&deviceevent); in SDL_GameControllerEventWatcher()
1579 SDL_Event deviceevent; in SDL_GameControllerInit() local
1580 deviceevent.type = SDL_CONTROLLERDEVICEADDED; in SDL_GameControllerInit()
1581 deviceevent.cdevice.which = i; in SDL_GameControllerInit()
[all …]

Completed in 9 milliseconds