mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
move the stylus back a bit
This commit is contained in:
parent
4a95023a2d
commit
92f3dfe2ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
|
||||
var WEB_DISPLAY_STYLUS_DISTANCE = 0.5;
|
||||
var WEB_STYLUS_LENGTH = 0.2;
|
||||
var WEB_TOUCH_Y_OFFSET = 0.05; // how far forward (or back with a negative number) to slide stylus in hand
|
||||
var WEB_TOUCH_Y_OFFSET = 0.105; // how far forward (or back with a negative number) to slide stylus in hand
|
||||
|
||||
|
||||
function stylusTargetHasKeyboardFocus(stylusTarget) {
|
||||
|
|
Loading…
Reference in a new issue