GUI::Display
Inherits GUI::Component < GUI::Eventable < Reference < Object
The top-most Component in the component hierarchy.
The display manages input events, and solves the layout constraints.
Constructors
new
SourceInstance methods
build
Loads all of the constraints from every component in this hierarchy into the solver. This should only be ran once.
trigger_input(tick : RenderLoop::Tick, input : RenderLoop::Input)
Source