Struct pixel_widgets::sandbox::Sandbox [−][src]
Expand description
Sandbox for quick prototyping of pixel widgets applications
Fields
ui: Ui<M>The Ui being used in the sandbox
Implementations
Construct a new Sandbox with a root component, style and window builder.
The Sandbox will finish building the window and setup the graphics.
To start the main event loop, call run() on the result.
Update the root component with a message. Returns any output messages from the root component.