Skip to content

Commit

Permalink
Update input-selection-2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cabanier authored Oct 5, 2022
1 parent d0e1241 commit 6018df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions input-selection-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@

function onSqueezeStart(ev) {
console.log("squeezestart " + currently_grabbed_boxes);
if (ev.frame.session.showKeyboard) {
ev.frame.session.showKeyboard();
}
let refSpace = ev.frame.session.isImmersive ?
xrImmersiveRefSpace :
inlineViewerHelper.referenceSpace;
Expand Down

0 comments on commit 6018df1

Please sign in to comment.