Expand description
UZOR central context and Immediate Mode API
The Context is the primary entry point for the UZOR API. It manages input processing, layout computation, and persistent widget state.
This is a HEADLESS architecture - Context only handles geometry and interaction, not rendering. Platforms are responsible for visual output.
Structs§
- Button
Response - Button interaction response (used by Context::button)
- Context
- The central brain of the UZOR engine