C# Class OurSonic.Utility.Dragger

Afficher le fichier Open project: OurSonic/OurSonicSharp Class Usage Examples

Méthodes publiques

Méthode Description
Click ( Pointer cell ) : void
Dragger ( double>.Action onFling ) : System
IsDragging ( Pointer cell ) : bool
MouseMove ( Pointer cell ) : void
MouseUp ( Pointer cell ) : void
Tick ( ) : void

Method Details

Click() public méthode

public Click ( Pointer cell ) : void
cell OurSonic.UIManager.Pointer
Résultat void

Dragger() public méthode

public Dragger ( double>.Action onFling ) : System
onFling double>.Action
Résultat System

IsDragging() public méthode

public IsDragging ( Pointer cell ) : bool
cell OurSonic.UIManager.Pointer
Résultat bool

MouseMove() public méthode

public MouseMove ( Pointer cell ) : void
cell OurSonic.UIManager.Pointer
Résultat void

MouseUp() public méthode

public MouseUp ( Pointer cell ) : void
cell OurSonic.UIManager.Pointer
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void