We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 687f161 + 43cb3b4 commit 90e59eeCopy full SHA for 90e59ee
src/renderers/webvr/WebVRManager.js
@@ -116,6 +116,7 @@ function WebVRManager( renderer ) {
116
if ( gamepad && ( gamepad.id === 'Daydream Controller' ||
117
gamepad.id === 'Gear VR Controller' || gamepad.id === 'Oculus Go Controller' ||
118
gamepad.id === 'OpenVR Gamepad' || gamepad.id.startsWith( 'Oculus Touch' ) ||
119
+ gamepad.id.startsWith( 'HTC Vive Focus' ) ||
120
gamepad.id.startsWith( 'Spatial Controller' ) ) ) {
121
122
if ( j === id ) return gamepad;
0 commit comments