[go: up one dir, main page]

Crate winit_core

Crate winit_core 

Source
Expand description

§Core types for Winit

Platform-agnostic types and traits useful when implementing Winit backends, or otherwise interfacing with Winit from library code.

See the winit crate for the full user-facing API.

Modules§

application
End user application handling.
as_any
cursor
error
event
The event enums and assorted supporting types.
event_loop
icon
keyboard
Types related to the keyboard.
monitor
Types useful for interacting with a user’s monitors.
window
The Window trait and associated types.

Macros§

impl_dyn_casting