Example #1
0
 public bool GetKeyDown(KeyCode key)
 {
     if (Backend.LastKeyEventConsumed)
     {
         return(false);
     }
     return(Base.GetKeyDown(key));
 }
Example #2
0
 public bool GetKeyDown(KeyCode key)
 {
     return(Base.GetKeyDown(key));
 }