C# Class Fusion.Input.Touch.TouchForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: demiurghg/FusionEngine Class Usage Examples

Méthodes publiques

Méthode Description
NotifyDoubleTap ( System.Vector2 pos ) : void
NotifyTap ( System.Vector2 pos ) : void
TouchForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
NotifyTouchManipulation ( System.Vector2 center, System.Vector2 delta, float scale ) : void
NotifyTouchSecondaryTap ( System.Vector2 pos ) : void
WndProc ( Message &m ) : void

Method Details

Dispose() protected méthode

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

NotifyDoubleTap() public méthode

public NotifyDoubleTap ( System.Vector2 pos ) : void
pos System.Vector2
Résultat void

NotifyTap() public méthode

public NotifyTap ( System.Vector2 pos ) : void
pos System.Vector2
Résultat void

TouchForm() public méthode

public TouchForm ( ) : System
Résultat System