DisplayOrientationEvent

D class that wraps SDL_DISPLAYEVENT_ORIENTATION SDL_DISPLAYEVENT SDL_Events (from SDL 2.0.9)

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

Constructors

this
this(uint display, DisplayOrientation orientation)
Undocumented in source.

Members

Functions

orientation
inout(DisplayOrientation) orientation()
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.

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