Ejemplo n.º 1
0
 protected override void OnKeyPress(KeyPressEventArgs e)
 {
     if (CurrentScene != null)
     {
         CurrentScene.OnKeyPress(e);
     }
 }