public int GetKey(string Key) { return((int)input.Key(Key)); }
public int GetKey(string Key) { try { return((int)input.Key(Key)); } catch (Exception) { throw new CYFException("Input.GetKey(): The key \"" + Key + "\" doesn't exist."); } }