Adds a player-specific mapping between an axis and key
public void AddAxisMapping(string axisName, string key, float scale=1f);
axisName
System.String
Friendly name of axis
key
System.String
Key to bind in accordance with Keys
scale
System.Single
Multiplier to use for the mapping when accumulating the axis value