From 6dd21d8c6fcd9e14a68757ef1002639dbcd99a1b Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Fri, 29 Apr 2016 16:59:16 -0700 Subject: [PATCH] cleanup --- examples/controllers/handControllerPointer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/controllers/handControllerPointer.js b/examples/controllers/handControllerPointer.js index 4652c9258c..bf9accb9f0 100644 --- a/examples/controllers/handControllerPointer.js +++ b/examples/controllers/handControllerPointer.js @@ -15,7 +15,8 @@ // Control the "mouse" using hand controller. (HMD and desktop.) // For now: -// Thumb utton 3 is left-mouse, button 4 is right-mouse. What to do on Vive? (Currently primary thumb is left click.) +// Hydra thumb button 3 is left-mouse, button 4 is right-mouse. +// Vive thumb pad is left mouse (but that interferes with driveing!). Vive menu button is context menu (right mouse). // First-person only. // Starts right handed, but switches to whichever is free: Whichever hand was NOT most recently squeezed. // (For now, the thumb buttons on both controllers are always on.)