Disable submenu logging
This commit is contained in:
@@ -272,7 +272,7 @@
|
|||||||
|
|
||||||
|
|
||||||
let handleTouch = function(button, xy) {
|
let handleTouch = function(button, xy) {
|
||||||
console.log(button, xy);
|
//console.log(button, xy);
|
||||||
|
|
||||||
const touchX = xy.x;
|
const touchX = xy.x;
|
||||||
const touchY = xy.y;
|
const touchY = xy.y;
|
||||||
@@ -320,7 +320,7 @@
|
|||||||
|
|
||||||
menuCommand += key + ",";
|
menuCommand += key + ",";
|
||||||
|
|
||||||
console.log("submenu:", subMenu);
|
//console.log("submenu:", subMenu);
|
||||||
|
|
||||||
if (subMenu) {
|
if (subMenu) {
|
||||||
drawMenu(subMenu);
|
drawMenu(subMenu);
|
||||||
|
|||||||
Reference in New Issue
Block a user