Struct kiss3d::window::EventManager [] [src]

pub struct EventManager { /* fields omitted */ }

A stand-alone object that provides an iterator though glfw events.

It is not lifetime-bound to the main window.

Methods

impl EventManager
[src]

Creates a new event manager.

Gets an iterator to the glfw events already collected.