C# Class MagicalFPS.Command.CommandListener

Inheritance: IDisposable
Datei anzeigen Open project: kyasbal-1994/MagicalFPS Class Usage Examples

Public Methods

Method Description
CommandListener ( GameContext context ) : System
Dispose ( ) : void

Private Methods

Method Description
DirectInputEnumDevices ( string args ) : void
DirectInputReloadDevices ( string args ) : void
EnumCommands ( string args ) : void
InitializePlayers ( string args ) : void
Listen ( ) : void
ReloadEffect ( string args ) : void
SetEyeDistance ( string args ) : void
SetJoyStickHendOperationDevice ( string args ) : void
SetKeyboardHendOperationDevice ( string args ) : void
SetLensCenterOffset ( string args ) : void
StartEffect ( string args ) : void
ToggleDebugGrid ( string args ) : void

Method Details

CommandListener() public method

public CommandListener ( GameContext context ) : System
context GameContext
return System

Dispose() public method

public Dispose ( ) : void
return void