Home
last modified time | relevance | path

Searched defs:naxes (Results 1 – 14 of 14) 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/emscripten/
A DSDL_sysjoystick_c.h39 int naxes; member
/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick_c.h47 int nbuttons, naxes, nhats, nballs; member
A DSDL_sysjoystick.c325 … vendor_id, int product_id, SDL_bool is_accelerometer, int button_mask, int naxes, int nhats, int … in Android_AddJoystick()
/AliOS-Things-master/components/SDL2/src/joystick/virtual/
A DSDL_virtualjoystick_c.h39 int naxes; member
A DSDL_virtualjoystick.c92 int naxes, in SDL_JoystickAttachVirtualInner()
/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_syshaptic.h47 int naxes; /* Number of axes on the device. */ member
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick_c.h46 int naxes; member
A DSDL_sysjoystick.m189 device->naxes = 6; /* 2 thumbsticks and 2 triggers */ method in is_ps4
210 device->naxes = 0; /* no traditional analog inputs */ field
229 device->naxes = 2; /* treat the touch surface as two axes */ field
296 device->naxes = 3; /* Device acceleration in the x, y, and z axes. */ field
520 joystick->naxes = device->naxes; method in SDL_Joystick
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windows_gaming_input.c50 int naxes; member
612 UINT32 naxes = joystick->naxes; in WGI_JoystickUpdate() local
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_sysjoystick.h48 int naxes; /* Number of axis controls on the joystick */ member
A DSDL_joystick.c481 int naxes, in SDL_JoystickAttachVirtual()
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c732 SDL_SYS_SetDirection(FFEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_dinputhaptic.c548 SDL_SYS_SetDirection(DIEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()

Completed in 19 milliseconds