set showKeyboardHighlight to false when initialising tablet

This commit is contained in:
Faye Li Si Fi 2017-01-09 13:36:58 -08:00
parent 93e4f9126f
commit 5323e7f34d

View file

@ -90,7 +90,8 @@ WebTablet = function (url, width, dpi, hand, clientOnly) {
color: { red: 255, green: 255, blue: 255 },
alpha: 1.0,
parentID: this.tabletEntityID,
parentJointIndex: -1
parentJointIndex: -1,
showKeyboardFocusHighlight: false
});
var HOME_BUTTON_Y_OFFSET = -0.25;