Searched refs:sThumbLY (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/ |
D | SDL_xinputjoystick.c | 265 … SDL_PrivateJoystickAxis(joystick, 1, (Sint16)(-SDL_max(-32767, pXInputState->Gamepad.sThumbLY))); in UpdateXInputJoystickState_OLD() 292 … SDL_PrivateJoystickAxis(joystick, 1, (Sint16)(-SDL_max(-32767, pXInputState->Gamepad.sThumbLY))); in UpdateXInputJoystickState()
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/ |
D | SDL_xinput.h | 109 SHORT sThumbLY; member
|
/third_party/flutter/glfw/deps/mingw/ |
D | xinput.h | 168 SHORT sThumbLY; member
|
/third_party/flutter/glfw/src/ |
D | win32_joystick.c | 607 xis.Gamepad.sThumbLY * xis.Gamepad.sThumbLY)) > in pollJoystickState() 611 js->axes[1] = (xis.Gamepad.sThumbLY + 0.5f) / 32767.f; in pollJoystickState()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_win32.cpp | 299 …MAP_ANALOG(ImGuiNavInput_LStickUp, gamepad.sThumbLY, +XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, +3… in ImGui_ImplWin32_UpdateGamepads() 300 …MAP_ANALOG(ImGuiNavInput_LStickDown, gamepad.sThumbLY, -XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE, -3… in ImGui_ImplWin32_UpdateGamepads()
|