Beispiel #1
0
 void OnApplicationFocus(bool focus)
 {
     if (!focus)
     {
         keyTrigger.CancelAllInput();
     }
 }