Problem Description
Microsoft XBox360 Gamepad.RawAxis(Gamepad, 0 or 1) returns in the range -1 to 1 whereas the manual states -100 to 100. The Gamepad.Axis returns correctly.
Attach a Capx
https://dl.dropboxusercontent.com/u/184657779/C2%20problems/gamepad%20axis%20raw%20value.capx
Description of Capx
This capx displays on screen the values from Gamepad.RawAxis and Gamepad.Axis for comparison.
Steps to Reproduce Bug
- Step 1. Run capx in Chrome, press a button on XBox gamepad to register it.
- Step 2. Make a full deflection input in x or y direction on analog input control.
- Step 3. Observe the Textbox indications of RawAxis and Axis values for analog input 0 and 1.
Observed Result
The RawAxis values range from -1 to 1 and the Axis values range from -100 to 100.
Expected Result
The manual states that the RawAxis values should range from -100 to 100.
Affected Browsers
- Chrome: (YES)
- FireFox: (NO - gamepad controller not recognised)
- Internet Explorer: (NO - gamepad controller not recognised)
Operating System and Service Pack
W7 x64 SP1
Construct 2 Version ID
r163. I tried it on r146 with the same result.