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