Skip to main content

render_ui_event

Function render_ui_event 

Source
pub fn render_ui_event(event: &UIEvent) -> String
Expand description

Render a UIEvent to a displayable string.

This is the single entrypoint for all UI event rendering. The event loop calls this function and displays the result.