C# Class EggsToGo.Command

Afficher le fichier Open project: Redth/EggsToGo Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
Keyboard ( char key ) : KeyboardCommand
LongTap ( ) : LongTapCommand
SwipeDown ( ) : SwipeDownCommand
SwipeLeft ( ) : SwipeLeftCommand
SwipeRight ( ) : SwipeRightCommand
SwipeUp ( ) : SwipeUpCommand
Tap ( ) : TapCommand

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Keyboard() public static méthode

public static Keyboard ( char key ) : KeyboardCommand
key char
Résultat KeyboardCommand

LongTap() public static méthode

public static LongTap ( ) : LongTapCommand
Résultat LongTapCommand

SwipeDown() public static méthode

public static SwipeDown ( ) : SwipeDownCommand
Résultat SwipeDownCommand

SwipeLeft() public static méthode

public static SwipeLeft ( ) : SwipeLeftCommand
Résultat SwipeLeftCommand

SwipeRight() public static méthode

public static SwipeRight ( ) : SwipeRightCommand
Résultat SwipeRightCommand

SwipeUp() public static méthode

public static SwipeUp ( ) : SwipeUpCommand
Résultat SwipeUpCommand

Tap() public static méthode

public static Tap ( ) : TapCommand
Résultat TapCommand