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§
- Event
Loop - Provides a way to retrieve events from the system and from the windows that were registered to the events loop.
- Event
Loop Proxy - Used to send custom events to
EventLoop. - Event
Loop Window Target - Target that associates windows with an
EventLoop.
Enums§
- Control
Flow - Set by the user callback given to the
EventLoop::runmethod. - Element
State - Describes the input state of a key.
- Event
- Describes a generic event.
- Mouse
Button - Describes a button of a mouse controller.
- Virtual
KeyCode - Symbolic name for a keyboard key.
- Window
Event - Describes an event from a [
Window].