LongPressEventArgs Class Reference

Long press event argument. More...

Inheritance diagram for LongPressEventArgs:
GestureEventArgs

List of all members.

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.

Detailed Description

Long press event argument.


Constructor & Destructor Documentation

LongPressEventArgs ( Widget  source,
Vector2  worldPosition,
Vector2  localPosition,
float  elapsedTime 
)

Constructor.

Parameters:
sourceEvent source widget
worldPositionPosition in the world (screen) coordinate system
localPositionPosition in the local coordinate system
elapsedTimeElapsed time

Property Documentation

float ElapsedTime [get, set]

Obtains and sets the elapsed time.

(ms)