Module winit_exports

Module winit_exports 

Source
Expand description

Embedded module for exporting data/types from winit as minimally/controlled as possible. The exports from this module are not guaranteed to be stable.

Structs§

EventLoop
Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
EventLoopProxy
Used to send custom events to EventLoop.
EventLoopWindowTarget
Target that associates windows with an EventLoop.

Enums§

ControlFlow
Set by the user callback given to the EventLoop::run method.
ElementState
Describes the input state of a key.
Event
Describes a generic event.
MouseButton
Describes a button of a mouse controller.
VirtualKeyCode
Symbolic name for a keyboard key.
WindowEvent
Describes an event from a [Window].