/// <summary> /// Returns true if the specific key is currently pressed. /// </summary> /// <returns></returns> public bool IsKeyDown(Keys key) { return(NewState.IsKeyDown(key)); }