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

Method isHoverObject

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

@return {boolean} - Is the mouse hovering over this element

()

Source from the content-addressed store, hash-verified

927
928 /** @return {boolean} - Is the mouse hovering over this element */
929 isHoverObject() { return uiSystem.hoverObject === this; }
930
931 /** @return {boolean} - Is the mouse held onto this element */
932 isActiveObject() { return uiSystem.activeObject === this; }

Callers 3

updateMethod · 0.95
renderMethod · 0.95
renderDebugMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected