C# Class tsg_Wrapper, gunpowder

Afficher le fichier Open project: calebhc/gunpowder

Méthodes publiques

Méthode Description
GetAxis ( string axis ) : float
GetButton ( string buttonName ) : bool
GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
GetKey ( string keyName ) : bool
GetKeyUp ( string keyName, int uniquIdentifier ) : bool
KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
ResetPressList ( ) : void

Method Details

GetAxis() public méthode

public GetAxis ( string axis ) : float
axis string
Résultat float

GetButton() public méthode

public GetButton ( string buttonName ) : bool
buttonName string
Résultat bool

GetButtonUp() public méthode

public GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
buttonName string
uniquIdentifier int
Résultat bool

GetKey() public méthode

public GetKey ( string keyName ) : bool
keyName string
Résultat bool

GetKeyUp() public méthode

public GetKeyUp ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
Résultat bool

KeyboardEvent() public méthode

public KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
Résultat bool

ResetPressList() public méthode

public ResetPressList ( ) : void
Résultat void