From 6799b9ca13996ceed554206f8bcc386f535d6981 Mon Sep 17 00:00:00 2001 From: druiz17 Date: Fri, 13 Oct 2017 09:34:08 -0700 Subject: [PATCH] fix stylus --- .../system/controllers/controllerModules/tabletStylusInput.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/system/controllers/controllerModules/tabletStylusInput.js b/scripts/system/controllers/controllerModules/tabletStylusInput.js index 29fa878cb1..b633c6e058 100644 --- a/scripts/system/controllers/controllerModules/tabletStylusInput.js +++ b/scripts/system/controllers/controllerModules/tabletStylusInput.js @@ -264,6 +264,8 @@ Script.include("/~/system/libraries/controllers.js"); if (!this.stylusTip.valid || this.overlayLaserActive(controllerData) || this.otherModuleNeedsToRun(controllerData)) { this.pointFinger(false); this.hideStylus(); + this.stylusTouchingTarget = false; + this.relinquishTouchFocus(); return false; }