C# Class EggsToGo.Command

Datei anzeigen Open project: Redth/EggsToGo Class Usage Examples

Public Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

Keyboard() public static method

public static Keyboard ( char key ) : KeyboardCommand
key char
return KeyboardCommand

LongTap() public static method

public static LongTap ( ) : LongTapCommand
return LongTapCommand

SwipeDown() public static method

public static SwipeDown ( ) : SwipeDownCommand
return SwipeDownCommand

SwipeLeft() public static method

public static SwipeLeft ( ) : SwipeLeftCommand
return SwipeLeftCommand

SwipeRight() public static method

public static SwipeRight ( ) : SwipeRightCommand
return SwipeRightCommand

SwipeUp() public static method

public static SwipeUp ( ) : SwipeUpCommand
return SwipeUpCommand

Tap() public static method

public static Tap ( ) : TapCommand
return TapCommand