Struct ggez::event::Events [] [src]

pub struct Events(_);

A handle to access the OS's event pump.

Methods

impl Events
[src]

[src]

Create a new Events object.

Important traits for EventPollIterator<'a>
[src]

Get an iterator for all events.

Trait Implementations

impl Debug for Events
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Events

impl !Sync for Events