isHovered property

bool isHovered
getter/setter pair

Indicates whether the cursor is currently hovering over this component.

When true, the component may display hover effects or tooltips.

Implementation

bool isHovered = false;