Display.this

Constructs a display given a width, height, window flags, renderer flags, a title, and a path for an image icon (or null) Disregarding width and height, constructor asks for flags first because once set, those cannot be changed

class Display
this
(
int w
,
int h
,
SDL_WindowFlags flags = SDL_WINDOW_SHOWN
,
uint rendererFlags = 0
,
string title = ""
,
string iconPath = null
)

Meta