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

Method isNavigationObject

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

@return {boolean} - Is the gamepad or keyboard navigation object

()

Source from the content-addressed store, hash-verified

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

Callers 2

renderMethod · 0.95
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected