FingerUpEvent

D class that wraps SDL_FINGERUP SDL_Events

Constructors

this
this(ulong touchID, ulong fingerID, float x, float y, float dx, float dy, float pressure)
Undocumented in source.
this
this(ulong touchID, ulong fingerID, float x, float y, float dx, float dy, float pressure, 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 FingerEvent

touchID
inout(ulong) touchID()
Undocumented in source. Be warned that the author may not have intended to support it.
fingerID
inout(ulong) fingerID()
Undocumented in source. Be warned that the author may not have intended to support it.
x
inout(float) x()
Undocumented in source. Be warned that the author may not have intended to support it.
y
inout(float) y()
Undocumented in source. Be warned that the author may not have intended to support it.
dx
inout(float) dx()
Undocumented in source. Be warned that the author may not have intended to support it.
dy
inout(float) dy()
Undocumented in source. Be warned that the author may not have intended to support it.
pressure
inout(float) pressure()
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