Enum ytesrev::window::YEvent[][src]

pub enum YEvent {
    Step,
    Other(Event),
}

An event. Passed into the Drawable::event and Scene::event functions

Variants

A special event that is emmitted when the user advances the state of the presentation

Anything else

Auto Trait Implementations

impl !Send for YEvent

impl !Sync for YEvent