mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
re-enable haptic pulse when stylus touches tablet overlay
This commit is contained in:
parent
eb169abdd7
commit
caae804318
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