Tap event argument. More...
Public Member Functions | |
TapEventArgs (Widget source, Vector2 worldPosition, Vector2 localPosition) | |
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. |
Tap event argument.
TapEventArgs | ( | Widget | source, |
Vector2 | worldPosition, | ||
Vector2 | localPosition | ||
) |
Constructor.
source | Event source widget |
worldPosition | Position in the world (screen) coordinate system |
localPosition | Position in the local coordinate system |