isHovered property
Indicates whether the cursor is currently hovering over this component.
When true
, the component may display hover effects or tooltips.
Implementation
bool isHovered = false;
Indicates whether the cursor is currently hovering over this component.
When true
, the component may display hover effects or tooltips.
bool isHovered = false;