Lines Matching refs:e
91 for (let e of grp) {
92 if (e.type != 2) {
103 for (let e of grp) {
104 e.rect = [x, y, w, 32];
105 if (e.on) {
112 if (e.type == 2) {
113 e.rect = [x, y, w, 0];
120 e.name,
131 if (e.type == 0) {
132 if (e.hk) {
134 e.hk,
146 } else if (e.type == 1) {
147 if (e.open) {
160 RightMenu.DrawGroup(e.group, x + w, y);
199 for (let e of grp) {
200 e.on = false;
202 for (let e of grp) {
203 if (!e.rect) {
206 if (XTools.InRect(x, y, ...e.rect)) {
207 if (e.type == 1 && msg == 1) {
208 e.open = !e.open;
210 if (e.type == 2) {
212 if (e.type == 0) {
214 e.cb();
217 e.on = true;
220 if (e.type == 1) {
221 if (e.open && RightMenu.TouchGroup(e.group, msg, x, y)) {