C# Class ProjectCow.InputManager

Capture all inputs
Mostrar archivo Open project: csce3513/Team12 Class Usage Examples

Public Methods

Method Description
InputManager ( ) : System
IsAKeyDown ( ) : bool
IsBKeyPressed ( ) : bool
IsCKeyPressed ( ) : bool
IsDKeyDown ( ) : bool
IsEnterKeyPressed ( ) : bool
IsIKeyPressed ( ) : bool
IsPKeyPressed ( ) : bool
IsQKeyPressed ( ) : bool
IsRKeyPressed ( ) : bool
IsSKeyDown ( ) : bool
IsSpaceKeyDown ( ) : bool
IsWKeyDown ( ) : bool
Update ( ) : void

Method Details

InputManager() public method

public InputManager ( ) : System
return System

IsAKeyDown() public method

public IsAKeyDown ( ) : bool
return bool

IsBKeyPressed() public method

public IsBKeyPressed ( ) : bool
return bool

IsCKeyPressed() public method

public IsCKeyPressed ( ) : bool
return bool

IsDKeyDown() public method

public IsDKeyDown ( ) : bool
return bool

IsEnterKeyPressed() public method

public IsEnterKeyPressed ( ) : bool
return bool

IsIKeyPressed() public method

public IsIKeyPressed ( ) : bool
return bool

IsPKeyPressed() public method

public IsPKeyPressed ( ) : bool
return bool

IsQKeyPressed() public method

public IsQKeyPressed ( ) : bool
return bool

IsRKeyPressed() public method

public IsRKeyPressed ( ) : bool
return bool

IsSKeyDown() public method

public IsSKeyDown ( ) : bool
return bool

IsSpaceKeyDown() public method

public IsSpaceKeyDown ( ) : bool
return bool

IsWKeyDown() public method

public IsWKeyDown ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void