Window

Represents a window managed by SDL

Constructors

this
this(string title, int x, int y, int w, int h, SDL_WindowFlags flags)

Constructs a new wrapped SDL_Window struct.

Destructor

~this
~this()
Undocumented in source.

Members

Properties

height
int height [@property getter]

The height of the managed window

height
int height [@property setter]
title
string title [@property getter]

The title of the managed window

title
string title [@property setter]
width
int width [@property getter]

The width of the managed window

width
int width [@property setter]
window
SDL_Window* window [@property getter]

The wrapped window

x
int x [@property getter]

The x position of the managed window

x
int x [@property setter]
y
int y [@property getter]

The y position of the managed window

y
int y [@property setter]

Meta