Window.this

Creates an SDL-handled window from a native pointer handle of the OS, which wraps SDL_CreateWindowFrom

Parameters

nativeHandle void*

pointer to the native OS window

Throws

dsdl2.SDLException if window creation failed

Meta