Searched refs:sThumbRY (Results 1 – 4 of 4) sorted by relevance
267 … 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()
111 SHORT sThumbRY; member
170 SHORT sThumbRY; member
620 xis.Gamepad.sThumbRY * xis.Gamepad.sThumbRY)) > in pollJoystickState()624 js->axes[3] = (xis.Gamepad.sThumbRY + 0.5f) / 32767.f; in pollJoystickState()