C# Class RecordRobot.Controls

ファイルを表示 Open project: scastle/EECS290_Project1

Public Properties

Property Type Description
State KeyboardState

Public Methods

Method Description
Back ( ) : bool
Enter ( ) : bool
GetDirection ( ) : Direction
PauseGame ( ) : bool
SkipLevel ( ) : void

Method Details

Back() public static method

public static Back ( ) : bool
return bool

Enter() public static method

public static Enter ( ) : bool
return bool

GetDirection() public static method

public static GetDirection ( ) : Direction
return Direction

PauseGame() public static method

public static PauseGame ( ) : bool
return bool

SkipLevel() public static method

public static SkipLevel ( ) : void
return void

Property Details

State public_oe static_oe property

public static KeyboardState State
return KeyboardState