Module input

Module input 

Source
Expand description

Pre-built canvas input event handlers.

These are used with the state and input methods on the Canvas.

Re-exports§

pub use glium::glutin;

Structs§

MouseState
An input handler that tracks the position of the mouse.

Enums§

Event
Re-export some common event types that are useful when writing your own event handlers. Describes a generic event.
WindowEvent
Re-export some common event types that are useful when writing your own event handlers. Describes an event from a Window.