Expand description
Structs§
- Builder
- A context for building a window.
- Id
- Identifier of a window. Unique for each window.
- Surface
Configuration Builder - Surface configuration for which nannou will provide a default if unspecified.
- Window
- A nannou window.
Enums§
- Build
Error - Errors that might occur while building the window.
- Fullscreen
- Fullscreen modes.
Constants§
- DEFAULT_
DIMENSIONS - The default dimensions used for a window in the case that none are specified.
- MIN_
SC_ PIXELS - The default minimum dimensions used for the surface
Type Aliases§
- Closed
Fn - A function for processing window closed events.
- Dropped
File Fn - A function for processing dropped file events.
- EventFn
- A function for processing window events.
- Focused
Fn - A function for processing window focused events.
- Hovered
File Cancelled Fn - A function for processing hovered file cancelled events.
- Hovered
File Fn - A function for processing hovered file events.
- KeyPressed
Fn - A function for processing key press events.
- KeyReleased
Fn - A function for processing key release events.
- Mouse
Entered Fn - A function for processing mouse entered events.
- Mouse
Exited Fn - A function for processing mouse exited events.
- Mouse
Moved Fn - A function for processing mouse moved events.
- Mouse
Pressed Fn - A function for processing mouse pressed events.
- Mouse
Released Fn - A function for processing mouse released events.
- Mouse
Wheel Fn - A function for processing mouse wheel events.
- MovedFn
- A function for processing window moved events.
- RawEvent
Fn - A function for processing raw winit window events.
- RawView
Fn - The user function type for drawing their model to the surface of a single window.
- Received
Character Fn - A function for processing received characters.
- Resized
Fn - A function for processing window resized events.
- Sketch
Fn - The same as
ViewFn
, but provides no user model to draw from. - TouchFn
- A function for processing touch events.
- Touchpad
Pressure Fn - A function for processing touchpad pressure events.
- Unfocused
Fn - A function for processing window unfocused events.
- ViewFn
- The user function type for drawing their model to the surface of a single window.