コード例 #1
0
 // Pass on handling of key presses to the Actor
 void OnKeyPress(object sender, KeyPressEventArgs args)
 {
     actor.OnKeyPress(args.Event.Key);
 }