Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h69 SDL_bool delayed_guide_button; /* SDL_TRUE if this device has the guide button event delayed */ member
A DSDL_gamecontroller.c2259 if (gamecontroller->joystick->delayed_guide_button) { in SDL_PrivateGameControllerButton()
2265 gamecontroller->joystick->delayed_guide_button = SDL_TRUE; in SDL_PrivateGameControllerButton()
2268 gamecontroller->joystick->delayed_guide_button = SDL_FALSE; in SDL_PrivateGameControllerButton()
A DSDL_joystick.c1387 if (joystick->delayed_guide_button) { in SDL_JoystickUpdate()
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m679 buttons[button_count++] = joystick->delayed_guide_button;
708 buttons[button_count++] = joystick->delayed_guide_button; class in i
739 buttons[button_count++] = joystick->delayed_guide_button;

Completed in 14 milliseconds