Module ggez::event::winit_event[][src]

Expand description

winit events; nested in a module for re-export neatness.

Structs

Describes a keyboard input event.

Represents the current state of the keyboard modifiers

Enums

Represents raw hardware events that are not associated with any particular window.

Describes the input state of a key.

Describes a generic event.

Describes a difference in the mouse scroll wheel state.

Describes touch-screen input state.

Describes an event from a Window.