No description provided.
Bug 1617023 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We need to do some additional works in Gampad module for motion controllers that are specific for XR devices.
We need to do some additional works in Gamepad module for motion controllers that are specific for XR devices. - Check controller button/axis mapping if they match to WebXR input profiles properly. - Make sure gamepad instance is not added to navigator when webxr is enabled. - Gamepad id attribute must be "". - Gamepad index attribute must be -1. - Gamepad connected attribute must be true until its XRInputSource is removed or the XRSession is ended. - If an axis reported by the gamepad's axes array represents an axis of a touchpad, the value MUST be 0 when the associated GamepadButton's touched is false.