Control¶
Class | orca.UIKit | extends Node2D
Base class for interactive UI controls with state management
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Pressed |
bool |
Currently being pressed by user input |
Disabled |
bool |
Interaction disabled, typically grayed out |
Hovered |
bool |
Mouse pointer is over the control |
Focused |
bool |
Control has keyboard focus |
Value |
bool |
Generic boolean value for toggle controls |
Scale |
float |
Visual scale factor for size adjustments |