@return {boolean} - Is this object in keyboard input mode
()
| 936 | |
| 937 | /** @return {boolean} - Is this object in keyboard input mode */ |
| 938 | isKeyInputObject() { return uiSystem.keyInputObject === this; } |
| 939 | |
| 940 | /** @return {boolean} - Can it be interacted with */ |
| 941 | isInteractive() { return this.interactive && this.visible && !this.disabled;} |
no outgoing calls
no test coverage detected