mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
virtualkeyboard: moved files to hifi public bucket
This commit is contained in:
parent
c0ba9e73c2
commit
ccdb13c951
1 changed files with 4 additions and 2 deletions
|
@ -15,14 +15,16 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
|
Script.include("libraries/globals.js");
|
||||||
|
|
||||||
const KBD_UPPERCASE_DEFAULT = 0;
|
const KBD_UPPERCASE_DEFAULT = 0;
|
||||||
const KBD_LOWERCASE_DEFAULT = 1;
|
const KBD_LOWERCASE_DEFAULT = 1;
|
||||||
const KBD_UPPERCASE_HOVER = 2;
|
const KBD_UPPERCASE_HOVER = 2;
|
||||||
const KBD_LOWERCASE_HOVER = 3;
|
const KBD_LOWERCASE_HOVER = 3;
|
||||||
const KBD_BACKGROUND = 4;
|
const KBD_BACKGROUND = 4;
|
||||||
|
|
||||||
const KEYBOARD_URL = "http://test.thoys.nl/hifi/images/virtualKeyboard/keyboard.svg";
|
const KEYBOARD_URL = HIFI_PUBLIC_BUCKET + "images/keyboard.svg";
|
||||||
const CURSOR_URL = "http://test.thoys.nl/hifi/images/virtualKeyboard/cursor.svg";
|
const CURSOR_URL = HIFI_PUBLIC_BUCKET + "images/cursor.svg";
|
||||||
|
|
||||||
const SPACEBAR_CHARCODE = 32;
|
const SPACEBAR_CHARCODE = 32;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue