WindowResizedEvent

D class that wraps SDL_WINDOWEVENT_RESIZED SDL_WINDOWEVENT SDL_Events

Constructors

this
this(uint windowID, uint[2] size)
Undocumented in source.

Members

Functions

height
inout(uint) height()
Undocumented in source. Be warned that the author may not have intended to support it.
size
inout(uint[2]) size()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
width
inout(uint) width()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From WindowEvent

sdlWindowEventID
SDL_WindowEventID sdlWindowEventID()
Undocumented in source. Be warned that the author may not have intended to support it.
windowID
inout(uint) windowID()
Undocumented in source. Be warned that the author may not have intended to support it.
fromSDL
Event fromSDL(SDL_Event sdlEvent)
Undocumented in source.

Meta