Skip to main content

Module context

Module context 

Source
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§

ButtonResponse
Button interaction response (used by Context::button)
Context
The central brain of the UZOR engine