C# Class MonoGdx.Input.GestureAdapter

Inheritance: GestureListener
Afficher le fichier Open project: jaquadro/MonoGdx

Méthodes publiques

Méthode Description
Fling ( float velocityX, float velocityY, int button ) : bool
LongPress ( float x, float y ) : bool
Pan ( float x, float y, float deltaX, float deltaY ) : bool
Pinch ( Vector2 initialPointer1, Vector2 initialPointer2, Vector2 pointer1, Vector2 pointer2 ) : bool
Tap ( float x, float y, int count, int button ) : bool
TouchDown ( float x, float y, int pointer, int button ) : bool
Zoom ( float initialDistance, float distance ) : bool

Method Details

Fling() public méthode

public Fling ( float velocityX, float velocityY, int button ) : bool
velocityX float
velocityY float
button int
Résultat bool

LongPress() public méthode

public LongPress ( float x, float y ) : bool
x float
y float
Résultat bool

Pan() public méthode

public Pan ( float x, float y, float deltaX, float deltaY ) : bool
x float
y float
deltaX float
deltaY float
Résultat bool

Pinch() public méthode

public Pinch ( Vector2 initialPointer1, Vector2 initialPointer2, Vector2 pointer1, Vector2 pointer2 ) : bool
initialPointer1 Vector2
initialPointer2 Vector2
pointer1 Vector2
pointer2 Vector2
Résultat bool

Tap() public méthode

public Tap ( float x, float y, int count, int button ) : bool
x float
y float
count int
button int
Résultat bool

TouchDown() public méthode

public TouchDown ( float x, float y, int pointer, int button ) : bool
x float
y float
pointer int
button int
Résultat bool

Zoom() public méthode

public Zoom ( float initialDistance, float distance ) : bool
initialDistance float
distance float
Résultat bool