Enum mold2d::ViewAction [] [src]

pub enum ViewAction {
    Quit,
    ChangeView(Box<View>),
}

Actions that the view would want the event loop to do

Variants

Quit the game

Switch to a different view