mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
set showKeyboardHighlight to false when initialising tablet
This commit is contained in:
parent
93e4f9126f
commit
5323e7f34d
1 changed files with 2 additions and 1 deletions
|
@ -90,7 +90,8 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
|
||||||
color: { red: 255, green: 255, blue: 255 },
|
color: { red: 255, green: 255, blue: 255 },
|
||||||
alpha: 1.0,
|
alpha: 1.0,
|
||||||
parentID: this.tabletEntityID,
|
parentID: this.tabletEntityID,
|
||||||
parentJointIndex: -1
|
parentJointIndex: -1,
|
||||||
|
showKeyboardFocusHighlight: false
|
||||||
});
|
});
|
||||||
|
|
||||||
var HOME_BUTTON_Y_OFFSET = -0.25;
|
var HOME_BUTTON_Y_OFFSET = -0.25;
|
||||||
|
|
Loading…
Reference in a new issue