mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:56:25 +02:00
removed some console noise
This commit is contained in:
parent
e53b38e497
commit
1d5afba1fa
1 changed files with 0 additions and 2 deletions
|
@ -113,7 +113,6 @@ keyboard.onKeyPress = function(event) {
|
||||||
};
|
};
|
||||||
|
|
||||||
keyboard.onKeyRelease = function(event) {
|
keyboard.onKeyRelease = function(event) {
|
||||||
print("Key release event test");
|
|
||||||
// you can cancel a key by releasing its focusing before releasing it
|
// you can cancel a key by releasing its focusing before releasing it
|
||||||
if (event.focus) {
|
if (event.focus) {
|
||||||
if (event.event == 'delete') {
|
if (event.event == 'delete') {
|
||||||
|
@ -191,7 +190,6 @@ function scriptEnding() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function reportButtonValue(button, newValue, oldValue) {
|
function reportButtonValue(button, newValue, oldValue) {
|
||||||
print(button);
|
|
||||||
if (theInstruction.visible) {
|
if (theInstruction.visible) {
|
||||||
if (button == Joysticks.BUTTON_FACE_BOTTOM && newValue) {
|
if (button == Joysticks.BUTTON_FACE_BOTTOM && newValue) {
|
||||||
theInstruction.remove();
|
theInstruction.remove();
|
||||||
|
|
Loading…
Reference in a new issue