WindowHitTestEvent

D class that wraps SDL_WINDOWEVENT_HIT_TEST SDL_WINDOWEVENT SDL_Events (from SDL 2.0.5)

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

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 WindowEvent

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