Long press event argument. More...
Public Member Functions | |
LongPressEventArgs (Widget source, Vector2 worldPosition, Vector2 localPosition, float elapsedTime) | |
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. | |
float | ElapsedTime [get, set] |
Obtains and sets the elapsed time. |
Long press event argument.
LongPressEventArgs | ( | Widget | source, |
Vector2 | worldPosition, | ||
Vector2 | localPosition, | ||
float | elapsedTime | ||
) |
Constructor.
source | Event source widget |
worldPosition | Position in the world (screen) coordinate system |
localPosition | Position in the local coordinate system |
elapsedTime | Elapsed time |
float ElapsedTime [get, set] |
Obtains and sets the elapsed time.
(ms)