Expand description
§ottr_window
Otter’s windowing system. Most users will probably use
the WindowLoop type, which implements
MainLoop.
Modules§
- prelude
use ottr_window::prelude::*;to import the most common types, traits and functions.
Structs§
- Window
Loop - An implementation of
MainLoopforwinit.