mirror of https://github.com/espruino/BangleApps
This avoids issues when we have multiple clkinfos visible. The first clkinfo may want to focus itself, but a second clkinfo may then unfocus, deleting the first's effects (i.e. setting `CLKINFO_FOCUS`). In detail: `CLKINFO_FOCUS` will be set (to `true`) by the first handler (left hand clkinfo) and then unset (/ `delete`d) by the second handler (right hand clkinfo). This is done in [the `touchHandler`]( |
||
---|---|---|
.. | ||
ClockFace.d.ts | ||
bangle_extensions.d.ts | ||
clock_info.d.ts | ||
funcs.d.ts | ||
info.d.ts | ||
layout.d.ts | ||
locale.d.ts | ||
main.d.ts | ||
modules.d.ts | ||
other.d.ts | ||
package.json | ||
sched.d.ts | ||
settings.d.ts |