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

Method onMouseEntered

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

Source from the content-addressed store, hash-verified

88 return false;
89 }
90 onMouseEntered(container, x, y) {
91 application.cursor = cursors.arrow;
92 this.changeState(container, this.isSelected(container) ? 0 : 2);
93 }
94 onMouseExited(container, x, y) {
95 this.changeState(container, this.isSelected(container) ? 0 : 1);
96 }

Callers 1

onMouseEnteredMethod · 0.45

Calls 2

changeStateMethod · 0.95
isSelectedMethod · 0.95

Tested by

no test coverage detected