Ejemplo n.º 1
0
 public bool GetKeyUp(KeyCode key)
 {
     if (Backend.LastKeyEventConsumed)
     {
         return(false);
     }
     return(Base.GetKeyUp(key));
 }
Ejemplo n.º 2
0
 public bool GetKeyUp(KeyCode key)
 {
     return(Base.GetKeyUp(key));
 }