Home
last modified time | relevance | path

Searched refs:bLeftTrigger (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_xinput.h108 BYTE bLeftTrigger; member
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_xinputjoystick.c431 …SDL_PrivateJoystickAxis(joystick, 4, (Sint16)(((int)pXInputState->Gamepad.bLeftTrigger * 65535 / 2… in UpdateXInputJoystickState_OLD()
456 SDL_PrivateJoystickAxis(joystick, 2, ((int)pXInputState->Gamepad.bLeftTrigger * 257) - 32768); in UpdateXInputJoystickState()
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapi_xbox360.c1010 …_AXIS_TRIGGERLEFT, ((int)xinput_state[ctx->xinput_slot].state.Gamepad.bLeftTrigger * 257) - 32768); in HIDAPI_DriverXbox360_UpdateOtherAPIs()

Completed in 14 milliseconds