mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:03:57 +02:00
Merge pull request #9451 from sethalves/tablet-ui
re-enable haptic pulse when stylus touches tablet overlay
This commit is contained in:
commit
5a316d639a
1 changed files with 2 additions and 0 deletions
|
@ -1758,6 +1758,8 @@ function MyController(hand) {
|
|||
if (rayPickInfo.overlayID) {
|
||||
var overlay = rayPickInfo.overlayID;
|
||||
|
||||
Controller.triggerHapticPulse(1, 20, this.hand);
|
||||
|
||||
if (Overlays.keyboardFocusOverlay != overlay) {
|
||||
Entities.keyboardFocusEntity = null;
|
||||
Overlays.keyboardFocusOverlay = overlay;
|
||||
|
|
Loading…
Reference in a new issue