Home
last modified time | relevance | path

Searched refs:sThumbRX (Results 1 – 2 of 2) sorted by relevance

/third_party/glfw/deps/mingw/
Dxinput.h169 SHORT sThumbRX; member
/third_party/glfw/src/
Dwin32_joystick.c619 if (sqrt((double) (xis.Gamepad.sThumbRX * xis.Gamepad.sThumbRX + in pollJoystickState()
623 js->axes[2] = (xis.Gamepad.sThumbRX + 0.5f) / 32767.f; in pollJoystickState()