Skip to content

Initialized window

InitializedWindow

A subclass of Window designed to be initialized directly from existing graphics contexts, surfaces, or backend-specific windows.

Static methods

Name Kwargs ReturnType Description
from_raylib **kwargs InitializedWindow creates a window instance configured with the RayLib backend.
from_pygame display: Surface, **kwargs InitializedWindow creates a window instance wrapping an existing Pygame display surface.
from_sdl sdl_window: SDL2Window, renderer: Renderer, **kwargs InitializedWindow creates a window instance wrapping an existing SDL2 window and renderer.

InitializedWindow is a subclass of: Window

Use case

...#Not provided

Created with GGen v1.3.0 for nevu_ui v0.8.2