DollarGestureEvent

D class that wraps SDL_DOLLARGESTURE SDL_Events

Constructors

this
this(ulong touchID, ulong gestureID, uint numFingers, float error, float x, float y)
Undocumented in source.

Members

Functions

error
inout(float) error()
Undocumented in source. Be warned that the author may not have intended to support it.
numFingers
inout(uint) numFingers()
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.
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.

Inherited Members

From DollarEvent

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