Home
last modified time | relevance | path

Searched refs:SDL_JoystickGetAxis (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Daccelerometer.c39 float ax = SDL_JoystickGetAxis(accelerometer, 0); in render()
40 float ay = SDL_JoystickGetAxis(accelerometer, 1); in render()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestjoystick.c125 x = (((int) SDL_JoystickGetAxis(joystick, i)) + 32768); in loop()
135 y = (((int) SDL_JoystickGetAxis(joystick, i)) + 32768); in loop()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_joystick.h200 extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick * joystick,
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/
DREADME21 …g_iphoneos.h) which converts between the Sint16 number returned by SDL_JoystickGetAxis, and the fl…
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-ios.md159SDL_JoystickGetAxis() reports joystick values as signed integers. Hence, in order to convert betw…
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c1060 …Sint16 value = (SDL_JoystickGetAxis(gamecontroller->joystick, gamecontroller->mapping.axes[axis])); in SDL_GameControllerGetAxis()
1094 …value = SDL_JoystickGetAxis(gamecontroller->joystick, gamecontroller->mapping.axesasbutton[button]… in SDL_GameControllerGetButton()
DSDL_joystick.c266 SDL_JoystickGetAxis(SDL_Joystick * joystick, int axis) in SDL_JoystickGetAxis() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h217 #define SDL_JoystickGetAxis SDL_JoystickGetAxis_REAL macro
DSDL_dynapi_procs.h246 SDL_DYNAPI_PROC(Sint16,SDL_JoystickGetAxis,(SDL_Joystick *a, int b),(a,b),return)