C# Class BlisterUI.Input.InputManager

Show file Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Methods

Method Description
AddGamePad ( PlayerIndex index ) : void
InputManager ( ) : System
Refresh ( ) : void
RemoveGamePad ( PlayerIndex index ) : void

Method Details

AddGamePad() public method

public AddGamePad ( PlayerIndex index ) : void
index PlayerIndex
return void

InputManager() public method

public InputManager ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void

RemoveGamePad() public method

public RemoveGamePad ( PlayerIndex index ) : void
index PlayerIndex
return void