コード例 #1
0
 public override void HandleInput(InputState input)
 {
     if (input.IsPauseGame(null))
     {
         Profile.Dump();
     }
     #if(!XBOX360)
     // Toggle fullscreen mode
     if (input.IsToggleFullScreen(null))
         ((HoneymoonGame)Game).ToggleFullScreen();
     #endif
 }