MCPcopy
hub / github.com/KilledByAPixel/LittleJS / isKeyInputObject

Method isKeyInputObject

plugins/uiSystem.js:938–938  ·  view source on GitHub ↗

@return {boolean} - Is this object in keyboard input mode

()

Source from the content-addressed store, hash-verified

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;}

Callers 3

stopEditingMethod · 0.80
updateMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected