Crate window [−] [src]
Window abstraction
Structs
| NoWindow |
An implementation of Window that runs without a window at all. |
| Size |
Size in pixels. |
| WindowSettings |
Settings for window behavior. |
Traits
| AdvancedWindow |
Implemented by fully supported window back-ends. |
| BuildFromWindowSettings |
Builds window from window settings. |
| OpenGLWindow |
Trait for OpenGL specific operations. |
| Window |
Required to use the event loop. |
Type Definitions
| ProcAddress |
The type of an OpenGL function address. |