ISDL3WindowProvider Interface
Provides access to the current SDL3 window handle. Implementations must ensure the window handle is always current.
public interface ISDL3WindowProvider
Derived
↳ SDL3Renderer
| Properties | |
|---|---|
| Window | Gets the current SDL3 window handle. Returns nint.Zero if window is not yet created. |