Esempio n. 1
0
        public InputManager(Game game)
        {
            cG = (Game1)game;
            mssButtonLeft = MsState.ButtonWasReleased;
            tsTimeSinceLastClick = TimeSpan.Zero;
            nClicksForDoubleClick = 0;

        }//InputManger
Esempio n. 2
0
		public override void FinishedLaunching (MonoMac.Foundation.NSObject notification)
		{			
			game = new Game1();
			game.Run();
		}
Esempio n. 3
0
		public TestTexture (Game1 game) : base (game)
		{
			this.game = game;
		}