Expand description
Re-exports of winit event types used throughout the Vertra public API.
Import from here rather than directly from winit so that the engine’s
winit version stays in sync with all call sites.
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 Window Target - Target that associates windows with an
EventLoop. - Modifiers
- Describes keyboard modifiers event.
Enums§
- Control
Flow - Set through
EventLoopWindowTarget::set_control_flow(). - Device
Event - Represents raw hardware events that are not associated with any particular window.
- Element
State - Describes the input state of a key.
- Event
- Describes a generic event.
- Mouse
Button - Describes a button of a mouse controller.
- Mouse
Scroll Delta - Describes a difference in the mouse scroll wheel state.
- Physical
Key - Represents the location of a physical key.
- Window
Event - Describes an event from a [
Window].