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

Method navigatePressed

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

Called when the navigation button is pressed on this object

()

Source from the content-addressed store, hash-verified

924
925 /** Called when the navigation button is pressed on this object */
926 navigatePressed() { this.click(); }
927
928 /** @return {boolean} - Is the mouse hovering over this element */
929 isHoverObject() { return uiSystem.hoverObject === this; }

Callers 2

uiUpdateMethod · 0.45
navigatePressedMethod · 0.45

Calls 1

clickMethod · 0.95

Tested by

no test coverage detected