コード例 #1
0
 void OnKeyRelease(object sender, KeyReleaseEventArgs args)
 {
     actor.OnKeyRelease(args.Event.Key);
 }