Home
last modified time | relevance | path

Searched defs:nhats (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/joystick/steam/
A DSDL_steamcontroller.c33 void SDL_GetSteamControllerInputs(int *nbuttons, int *naxes, int *nhats) in SDL_GetSteamControllerInputs()
/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick_c.h47 int nbuttons, naxes, nhats, nballs; member
A DSDL_sysjoystick.c325 …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 DSDL_virtualjoystick_c.h43 int nhats; member
A DSDL_virtualjoystick.c94 int nhats) in SDL_JoystickAttachVirtualInner()
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick_c.h48 int nhats; member
A DSDL_sysjoystick.m190 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 DSDL_windows_gaming_input.c51 int nhats; member
610 UINT32 nhats = joystick->nhats; in WGI_JoystickUpdate() local
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h51 int nhats; /* Number of hats on the joystick */ member
A DSDL_joystick.c483 int nhats) in SDL_JoystickAttachVirtual()

Completed in 17 milliseconds