Called when the navigation button is pressed on this object
()
| 924 | |
| 925 | /** Called when the navigation button is pressed on this object */ |
| 926 | navigatePressed() { this.click(); } |
| 927 | |
| 928 | /** @return {boolean} - Is the mouse hovering over this element */ |
| 929 | isHoverObject() { return uiSystem.hoverObject === this; } |
no test coverage detected