IlluLang Logo

IlluLang

<ui> Internal Library

Cross-platform UI abstraction baseline over platform GUI internals.

Import

import ui "<ui>"

API

For click events registered through on_click, poll_event forwards callback labels into runtime dispatch and can include callback_invoked and callback_result in the returned event dict.

Current implementation routes these calls to <windows> on Windows builds.

Non-Windows backends remain planned.