mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 07:24:09 +00:00
CCopPed done and #include cleanup
This commit is contained in:
parent
739e80614d
commit
112685ebac
51 changed files with 318 additions and 69 deletions
|
@ -574,8 +574,9 @@ void CPad::AffectFromXinput(uint32 pad)
|
|||
PCTempJoyState.RightShoulder2 = xstate.Gamepad.bRightTrigger;
|
||||
|
||||
PCTempJoyState.Select = (xstate.Gamepad.wButtons & XINPUT_GAMEPAD_BACK) ? 255 : 0;
|
||||
#ifdef REGISTER_START_BUTTON
|
||||
PCTempJoyState.Start = (xstate.Gamepad.wButtons & XINPUT_GAMEPAD_START) ? 255 : 0;
|
||||
|
||||
#endif
|
||||
float lx = (float)xstate.Gamepad.sThumbLX / (float)0x7FFF;
|
||||
float ly = (float)xstate.Gamepad.sThumbLY / (float)0x7FFF;
|
||||
float rx = (float)xstate.Gamepad.sThumbRX / (float)0x7FFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue