Skip to content

ISDL3WindowProvider Interface

Definition

Namespace: Brine2D.Common

Provides access to the current SDL3 window handle. Implementations must ensure the window handle is always current.

C#
public interface ISDL3WindowProvider

Derived
SDL3Renderer

Properties
Window Gets the current SDL3 window handle. Returns nint.Zero if window is not yet created.