DisplayConnectedEvent

D class that wraps SDL_DISPLAYEVENT_CONNECTED SDL_DISPLAYEVENT SDL_Events (from SDL 2.0.14)

@safe
static if(sdlSupport >= SDLSupport.v2_0_14)
class DisplayConnectedEvent : 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