Enum gg::event::StepResult [] [src]

pub enum StepResult {
    Continue,
    Stop,
}

A StepResult should be returned by the closure given to one of the step functions.

Variants

Continue

Signal that we should continue the event loop

Stop

Signal that we should stop the event loop