@return {boolean} - Is the mouse hovering over this element
()
| 927 | |
| 928 | /** @return {boolean} - Is the mouse hovering over this element */ |
| 929 | isHoverObject() { return uiSystem.hoverObject === this; } |
| 930 | |
| 931 | /** @return {boolean} - Is the mouse held onto this element */ |
| 932 | isActiveObject() { return uiSystem.activeObject === this; } |
no outgoing calls
no test coverage detected