Flick event argument. More...
Public Member Functions | |
FlickEventArgs (Widget source, Vector2 worldPosition, Vector2 localPosition, Vector2 flickSpeed) | |
Constructor. | |
Properties | |
Vector2 | WorldPosition [get, set] |
Obtains the position in the world (screen) coordinate system. | |
Vector2 | LocalPosition [get, set] |
Obtains the position in the local coordinate system. | |
Vector2 | Speed [get, set] |
Obtains the flick speed. |
Flick event argument.
FlickEventArgs | ( | Widget | source, |
Vector2 | worldPosition, | ||
Vector2 | localPosition, | ||
Vector2 | flickSpeed | ||
) |
Constructor.
source | Event source widget |
worldPosition | Position in the world (screen) coordinate system |
localPosition | Position in the local coordinate system |
flickSpeed | Flick speed |
Vector2 Speed [get, set] |
Obtains the flick speed.
(pixels/second) This value is the speed vector in the horizontal and vertical directions and is not related to the FlickGestureDetector.Direction value.