/// <summary>
 /// Gets a value between 0 and 1, 1 being fully pressed, 0 being fully not-pressed.
 /// <para>This value is affected by the axis direction of the key binding value</para>
 /// </summary>
 public float GetAxisValue(string binding)
 {
     return(activeListener.GetAxis(binding));
 }