DropTextEvent

D class that wraps SDL_DROPTEXT SDL_Events (from SDL 2.0.5)

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

Constructors

this
this(string file, uint windowID)
Undocumented in source.

Members

Functions

file
void file(string newFile)
Undocumented in source. Be warned that the author may not have intended to support it.
file
string file()
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 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