dsdl2 ~master (2023-12-28T13:38:07.0198018)
Dub
Repo
DollarGestureEvent
dsdl2
event
D class that wraps
SDL_DOLLARGESTURE
SDL_Event
s
@
safe
class
DollarGestureEvent :
DollarEvent
{
this
(ulong touchID, ulong gestureID, uint numFingers, float error, float x, float y);
string
toString
();
inout
(
uint
)
numFingers
();
inout
(
float
)
error
();
inout
(
float
)
x
();
inout
(
float
)
y
();
}
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
Source
See Implementation
dsdl2
event
classes
AppDidEnterBackgroundEvent
AppDidEnterForegroundEvent
AppLowMemoryEvent
AppTerminatingEvent
AppWillEnterBackgroundEvent
AppWillEnterForegroundEvent
DisplayConnectedEvent
DisplayDisconnectedEvent
DisplayEvent
DisplayMovedEvent
DisplayOrientationEvent
DollarEvent
DollarGestureEvent
DollarRecordEvent
DropBeginEvent
DropCompleteEvent
DropEvent
DropFileEvent
DropTextEvent
Event
FingerDownEvent
FingerEvent
FingerMotionEvent
FingerUpEvent
KeyDownKeyboardEvent
KeyUpKeyboardEvent
KeyboardEvent
KeymapChangedEvent
LocaleChangeEvent
MouseButtonDownEvent
MouseButtonEvent
MouseButtonUpEvent
MouseMotionEvent
MouseWheelEvent
MultiGestureEvent
QuitEvent
SysWMEvent
TextEditingEvent
TextInputEvent
UnknownEvent
WindowCloseEvent
WindowDisplayChangedEvent
WindowEnterEvent
WindowEvent
WindowExposedEvent
WindowFocusGainedEvent
WindowFocusLostEvent
WindowHiddenEvent
WindowHitTestEvent
WindowICCProfileChangedEvent
WindowLeaveEvent
WindowMaximizedEvent
WindowMinimizedEvent
WindowMovedEvent
WindowResizedEvent
WindowRestoredEvent
WindowShownEvent
WindowSizeChangedEvent
WindowTakeFocusEvent
functions
pollEvent
pumpEvents
D class that wraps SDL_DOLLARGESTURE SDL_Events