ctrlpad: add getUI on widget for debugging
parent
3fda06b701
commit
813e11c94a
|
|
@ -265,6 +265,7 @@
|
||||||
draw: () => {},
|
draw: () => {},
|
||||||
width: 0,
|
width: 0,
|
||||||
};
|
};
|
||||||
|
(WIDGETS["hid"] as any).getUI = () => ui;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);
|
const settings = require("Storage").readJSON("setting.json", true) as Settings || ({ HID: false } as Settings);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue