DropBeginEvent

D class that wraps SDL_DROPBEGIN SDL_Events (from SDL 2.0.5)

@safe
static if(sdlSupport >= SDLSupport.v2_0_5)
class DropBeginEvent : DropEvent {}

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 DropEvent

~this
~this()
Undocumented in source.
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