C# Class Indiefreaks.Xna.Input.NoPlayerInput

Stub Class used when no Input device is connected
This avoids getting exceptions when trying to get a PlayerInput instance that isn't connected
Inheritance: PlayerInput
ファイルを表示 Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
NoPlayerInput ( PlayerIndex playerIndex ) : Indiefreaks.Xna.Core

Method Details

NoPlayerInput() public method

public NoPlayerInput ( PlayerIndex playerIndex ) : Indiefreaks.Xna.Core
playerIndex PlayerIndex
return Indiefreaks.Xna.Core