Exemplo n.º 1
0
 void XnaPanelMain_MouseWheel(object sender, MouseEventArgs e)
 {
     game.AdjustZoom(e.Delta);
 }