C# Class WaveEngine.Components.Gestures.GestureEventArgs

Provides information about a gesture event when such is raised.
Inheritance: System.EventArgs
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Свойство Type Description
GestureSample GestureSample

Méthodes publiques

Méthode Description
GestureEventArgs ( GestureSample sample ) : System

Initializes a new instance of the GestureEventArgs class.

Method Details

GestureEventArgs() public méthode

Initializes a new instance of the GestureEventArgs class.
public GestureEventArgs ( GestureSample sample ) : System
sample GestureSample The gesture that was performed.
Résultat System

Property Details

GestureSample public_oe property

Relevant information about the gesture performed. See GestureSample for more information.
public GestureSample,WaveEngine.Components.Gestures GestureSample
Résultat GestureSample