WindowSizeChangedEvent

D class that wraps SDL_WINDOWEVENT_SIZE_CHANGED SDL_WINDOWEVENT SDL_Events

@safe final
class WindowSizeChangedEvent : WindowEvent {}

Constructors

this
this(uint windowID)
Undocumented in source.

Members

Functions

toString
string toString()
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