Searched defs:nhats (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/joystick/steam/ |
A D | SDL_steamcontroller.c | 33 void SDL_GetSteamControllerInputs(int *nbuttons, int *naxes, int *nhats) in SDL_GetSteamControllerInputs()
|
/AliOS-Things-master/components/SDL2/src/joystick/android/ |
A D | SDL_sysjoystick_c.h | 47 int nbuttons, naxes, nhats, nballs; member
|
A D | SDL_sysjoystick.c | 325 …r_id, int product_id, SDL_bool is_accelerometer, int button_mask, int naxes, int nhats, int nballs) in Android_AddJoystick()
|
/AliOS-Things-master/components/SDL2/src/joystick/virtual/ |
A D | SDL_virtualjoystick_c.h | 43 int nhats; member
|
A D | SDL_virtualjoystick.c | 94 int nhats) in SDL_JoystickAttachVirtualInner()
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick_c.h | 48 int nhats; member
|
A D | SDL_sysjoystick.m | 190 device->nhats = 1; /* d-pad */ method in is_ps4 211 device->nhats = 1; /* d-pad */ field 230 device->nhats = 0; /* apparently the touch surface-as-dpad is buggy */ field 297 device->nhats = 0; field 521 joystick->nhats = device->nhats; method in SDL_Joystick
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windows_gaming_input.c | 51 int nhats; member 610 UINT32 nhats = joystick->nhats; in WGI_JoystickUpdate() local
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_sysjoystick.h | 51 int nhats; /* Number of hats on the joystick */ member
|
A D | SDL_joystick.c | 483 int nhats) in SDL_JoystickAttachVirtual()
|
Completed in 17 milliseconds