// Pass on handling of key presses to the Actor void OnKeyPress(object sender, KeyPressEventArgs args) { actor.OnKeyPress(args.Event.Key); }