Modules§
Structs§
- Error
- An error that can occur during window creation or manipulation.
- Handler
Error - An error that can be returned from a
WindowHandler. - Parent
Window Handle - An owned handle to a parent window.
- Platform
Handle - A lightweight handle to a window and its display connection.
- Window
- A handle to a Window created by baseview.
- Window
Context - A handle to the window given to a
WindowHandler, which it can then use to perform various operations on the window itself. - Window
Settings - Settings used when creating a new window.
- Window
Size - A window’s size, which can be read in either logical or physical pixels.
Enums§
- Drop
Data - Drop
Effect - Event
- Event
Status - Return value for WindowHandler::on_event, indicating whether the event was handled by your window or should be passed back to the platform.
- Mouse
Button - Mouse
Cursor - Mouse
Event - Scroll
Delta - A scroll movement.
- Window
Event