C# Class tsg_Wrapper, gunpowder

Mostrar archivo Open project: calebhc/gunpowder

Public Methods

Method 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 method

public GetAxis ( string axis ) : float
axis string
return float

GetButton() public method

public GetButton ( string buttonName ) : bool
buttonName string
return bool

GetButtonUp() public method

public GetButtonUp ( string buttonName, int uniquIdentifier ) : bool
buttonName string
uniquIdentifier int
return bool

GetKey() public method

public GetKey ( string keyName ) : bool
keyName string
return bool

GetKeyUp() public method

public GetKeyUp ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
return bool

KeyboardEvent() public method

public KeyboardEvent ( string keyName, int uniquIdentifier ) : bool
keyName string
uniquIdentifier int
return bool

ResetPressList() public method

public ResetPressList ( ) : void
return void