DisplayMovedEvent

D class that wraps SDL_DISPLAYEVENT_MOVED SDL_DISPLAYEVENT SDL_Events (from SDL 2.0.28)

@safe
static if(sdlSupport >= SDLSupport.v2_28)
class DisplayMovedEvent : DisplayEvent {}

Constructors

this
this(uint display)
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 DisplayEvent

sdlDisplayEventID
SDL_DisplayEventID sdlDisplayEventID()
Undocumented in source. Be warned that the author may not have intended to support it.
display
inout(uint) display()
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