@return {boolean} - Is the mouse held onto this element
()
| 930 | |
| 931 | /** @return {boolean} - Is the mouse held onto this element */ |
| 932 | isActiveObject() { return uiSystem.activeObject === this; } |
| 933 | |
| 934 | /** @return {boolean} - Is the gamepad or keyboard navigation object */ |
| 935 | isNavigationObject() { return uiSystem.navigationObject === this; } |
no outgoing calls
no test coverage detected