DollarRecordEvent

D class that wraps SDL_DOLLARRECORD SDL_Events

Constructors

this
this(ulong touchID, ulong gestureID)
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 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