Home
last modified time | relevance | path

Searched refs:sThumbRY (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_xinput.h111 SHORT sThumbRY; member
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_xinputjoystick.c267 … SDL_PrivateJoystickAxis(joystick, 3, (Sint16)(-SDL_max(-32767, pXInputState->Gamepad.sThumbRY))); in UpdateXInputJoystickState_OLD()
295 … SDL_PrivateJoystickAxis(joystick, 4, (Sint16)(-SDL_max(-32767, pXInputState->Gamepad.sThumbRY))); in UpdateXInputJoystickState()
/third_party/flutter/glfw/deps/mingw/
Dxinput.h170 SHORT sThumbRY; member
/third_party/flutter/glfw/src/
Dwin32_joystick.c620 xis.Gamepad.sThumbRY * xis.Gamepad.sThumbRY)) > in pollJoystickState()
624 js->axes[3] = (xis.Gamepad.sThumbRY + 0.5f) / 32767.f; in pollJoystickState()