/// <summary>
 /// Returns true while the key is being held down
 /// </summary>
 public bool IsKeyHeld(string binding)
 {
     return(activeListener.IsKeyHeld(binding));
 }