Searched defs:naxes (Results 1 – 14 of 14) 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/emscripten/ |
A D | SDL_sysjoystick_c.h | 39 int naxes; member
|
/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 … 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 D | SDL_virtualjoystick_c.h | 39 int naxes; member
|
A D | SDL_virtualjoystick.c | 92 int naxes, in SDL_JoystickAttachVirtualInner()
|
/AliOS-Things-master/components/SDL2/src/haptic/ |
A D | SDL_syshaptic.h | 47 int naxes; /* Number of axes on the device. */ member
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick_c.h | 46 int naxes; member
|
A D | SDL_sysjoystick.m | 189 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 D | SDL_windows_gaming_input.c | 50 int naxes; member 612 UINT32 naxes = joystick->naxes; in WGI_JoystickUpdate() local
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_sysjoystick.h | 48 int naxes; /* Number of axis controls on the joystick */ member
|
A D | SDL_joystick.c | 481 int naxes, in SDL_JoystickAttachVirtual()
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 732 SDL_SYS_SetDirection(FFEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_dinputhaptic.c | 548 SDL_SYS_SetDirection(DIEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
|
Completed in 19 milliseconds