Cresium::StopwatchController
Inherits Cresium::Dispatchable < Reference < Object
Owns the stopwatch screen's state (the list of stopwatches, which one is
active) and its keyboard handlers, and drives its StopwatchView.
Constructors
Instance methods
Entry point for keyboard input on this screen; routes to whichever
@[OnKeyPress(..., :stopwatch)] handler matches event.
Positions the view's widgets within rect (called on resize/screen switch).
stopwatches
SourcePushes the current state to the view for rendering (called every frame).
view
Source