Exemplo n.º 1
0
			public PAThrowEvent()
			{
				PAAccelerometer.Init ();
				shakeScript = new PAShakeScript ();
				deviceRest = new PADeviceRest ();
				Reset();
			}
Exemplo n.º 2
0
			//

			public PADropEvent()
			{
				shakeScript = new PAShakeScript ();
				deviceRest = new PADeviceRest ();
				Reset ();
				PAAccelerometer.Init ();
			}