C# Class Treefrog.Presentation.Controllers.PointerEventController

Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
PointerEventController ( IPointerTarget target ) : System
TargetMouseClick ( object sender, MouseEventArgs e ) : void
TargetMouseDown ( object sender, MouseEventArgs e ) : void
TargetMouseLeave ( object sender, EventArgs e ) : void
TargetMouseMove ( object sender, MouseEventArgs e ) : void
TargetMouseUp ( object sender, MouseEventArgs e ) : void
TranslatePosition ( Point position ) : Point
UntranslatePosition ( Point position ) : Point

Private Methods

Méthode Description
GetPointerType ( MouseButtons button ) : PointerEventType

Method Details

PointerEventController() public méthode

public PointerEventController ( IPointerTarget target ) : System
target IPointerTarget
Résultat System

TargetMouseClick() public méthode

public TargetMouseClick ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

TargetMouseDown() public méthode

public TargetMouseDown ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

TargetMouseLeave() public méthode

public TargetMouseLeave ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

TargetMouseMove() public méthode

public TargetMouseMove ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

TargetMouseUp() public méthode

public TargetMouseUp ( object sender, MouseEventArgs e ) : void
sender object
e MouseEventArgs
Résultat void

TranslatePosition() public méthode

public TranslatePosition ( Point position ) : Point
position Point
Résultat Point

UntranslatePosition() public méthode

public UntranslatePosition ( Point position ) : Point
position Point
Résultat Point