Example #1
0
 protected virtual void OnCommandGameKeyPress(CommandArgs e)
 {
     CommandGameKeyPress?.Invoke(this, e);
 }
Example #2
0
 private void OnCommandGameKeyPress(CommandArgs e)
 {
     CommandGameKeyPress?.Invoke(this, e);
 }