Steamworks.Controller
Properties
string ActionSet { set; }
Reconfigure the controller to use the specified action set (ie 'Menu', 'Walk' or 'Drive')
This is cheap, and can be safely called repeatedly. It's often easier to repeatedly call it in
our state loops, instead of trying to place it in all of your state transitions.
Methods
void ClearLayers()
AnalogState GetAnalogState( string actionName )
Returns the current state of these supplied analog game action
DigitalState GetDigitalState( string actionName )
Returns the current state of the supplied digital game action