Lines Matching full:e
92 for (let e of grp) {
93 if (e.type != 2) {
104 for (let e of grp) {
105 e.rect = [x, y, w, 32];
106 if (e.on) {
113 if (e.type == 2) {
114 e.rect = [x, y, w, 0];
121 e.name,
132 if (e.type == 0) {
133 if (e.hk) {
135 e.hk,
147 } else if (e.type == 1) {
148 if (e.open) {
161 RightMenu.DrawGroup(e.group, x + w, y);
200 for (let e of grp) {
201 e.on = false;
203 for (let e of grp) {
204 if (!e.rect) {
207 if (XTools.InRect(x, y, ...e.rect)) {
208 if (e.type == 1 && msg == 1) {
209 e.open = !e.open;
211 if (e.type == 2) {
213 if (e.type == 0) {
215 e.cb();
218 e.on = true;
221 if (e.type == 1) {
222 if (e.open && RightMenu.TouchGroup(e.group, msg, x, y)) {