C# Class Fusion.Engine.Input.Touch

Inheritance: Fusion.Engine.Common.GameModule
Afficher le fichier Open project: demiurghg/FusionEngine

Méthodes publiques

Méthode Description
Initialize ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeviceOnTouchGestureDoubleTap ( System.Vector2 point ) : void
DeviceOnTouchGestureManipulate ( System.Vector2 center, System.Vector2 delta, float scale ) : void
DeviceOnTouchGestureSecondaryTap ( System.Vector2 point ) : void
DeviceOnTouchGestureTap ( System.Vector2 point ) : void
Touch ( Game game ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void