C# Class SGDE.Input.GamePadConversionHandler

Inheritance: InputConversionHandlerInternal
Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Méthode Description
Commit ( bool commit ) : void
GamePadConversionHandler ( InputManager man ) : System
Process ( ) : void
SetValue ( object input, object context, bool replace ) : bool

Private Methods

Méthode Description
GetPressedButtons ( GamePad pad ) : List

Method Details

Commit() public méthode

public Commit ( bool commit ) : void
commit bool
Résultat void

GamePadConversionHandler() public méthode

public GamePadConversionHandler ( InputManager man ) : System
man InputManager
Résultat System

Process() public méthode

public Process ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( object input, object context, bool replace ) : bool
input object
context object
replace bool
Résultat bool