MouseButtonUpEvent

D class that wraps SDL_MOUSEBUTTONUP SDL_Events

Constructors

this
this(uint windowID, uint which, MouseButton button, ubyte clicks, int[2] xy)
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 MouseButtonEvent

windowID
inout(uint) windowID()
Undocumented in source. Be warned that the author may not have intended to support it.
which
inout(uint) which()
Undocumented in source. Be warned that the author may not have intended to support it.
button
inout(MouseButton) button()
Undocumented in source. Be warned that the author may not have intended to support it.
clicks
inout(ubyte) clicks()
Undocumented in source. Be warned that the author may not have intended to support it.
x
inout(int) x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
inout(int) y()
Undocumented in source. Be warned that the author may not have intended to support it.
xy
inout(int[2]) xy()
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