MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onMouseEntered

Method onMouseEntered

tools/xsbug/TabsPane.js:202–205  ·  view source on GitHub ↗
(container, x, y)

Source from the content-addressed store, hash-verified

200 this.changeState(container, this.machine == machine ? 0 : 1);
201 }
202 onMouseEntered(container, x, y) {
203 container.last.visible = !this.machine.broken;
204 super.onMouseEntered(container, x, y);
205 }
206 onMouseExited(container, x, y) {
207 container.last.visible = false;
208 super.onMouseExited(container, x, y);

Callers

nothing calls this directly

Calls 1

onMouseEnteredMethod · 0.45

Tested by

no test coverage detected