Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SiliconStudio.Paradox.Input.GestureEvent Class Reference

Base class for the gesture events. More...

Inheritance diagram for SiliconStudio.Paradox.Input.GestureEvent:
SiliconStudio.Paradox.Input.GestureEventComposite SiliconStudio.Paradox.Input.GestureEventLongPress SiliconStudio.Paradox.Input.GestureEventTap SiliconStudio.Paradox.Input.GestureEventTranslation SiliconStudio.Paradox.Input.GestureEventDrag SiliconStudio.Paradox.Input.GestureEventFlick

Properties

GestureState State [get, set]
 The state of the gesture. More...
 
GestureType Type [get, set]
 The type of the gesture. More...
 
int NumberOfFinger [get, set]
 The number of fingers involved in the gesture. More...
 
TimeSpan DeltaTime [get, set]
 The time elapsed between the two last events of the gesture. More...
 
TimeSpan TotalTime [get, set]
 The time elapsed since the beginning of the gesture. More...
 

Detailed Description

Base class for the gesture events.

Definition at line 10 of file GestureEvent.cs.

Property Documentation

TimeSpan SiliconStudio.Paradox.Input.GestureEvent.DeltaTime
getset

The time elapsed between the two last events of the gesture.

This value is equal to TotalTime for discrete gestures.

Definition at line 34 of file GestureEvent.cs.

int SiliconStudio.Paradox.Input.GestureEvent.NumberOfFinger
getset

The number of fingers involved in the gesture.

Definition at line 28 of file GestureEvent.cs.

GestureState SiliconStudio.Paradox.Input.GestureEvent.State
getset

The state of the gesture.

Definition at line 18 of file GestureEvent.cs.

TimeSpan SiliconStudio.Paradox.Input.GestureEvent.TotalTime
getset

The time elapsed since the beginning of the gesture.

Definition at line 39 of file GestureEvent.cs.

GestureType SiliconStudio.Paradox.Input.GestureEvent.Type
getset

The type of the gesture.

Definition at line 23 of file GestureEvent.cs.


The documentation for this class was generated from the following file: