@return {boolean} - Is the gamepad or keyboard navigation object
()
| 933 | |
| 934 | /** @return {boolean} - Is the gamepad or keyboard navigation object */ |
| 935 | isNavigationObject() { return uiSystem.navigationObject === this; } |
| 936 | |
| 937 | /** @return {boolean} - Is this object in keyboard input mode */ |
| 938 | isKeyInputObject() { return uiSystem.keyInputObject === this; } |