Axiom.Samples.SdkSample.KeyReleased C# (CSharp) Method

KeyReleased() public method

public KeyReleased ( SharpInputSystem evt ) : bool
evt SharpInputSystem
return bool
		public override bool KeyReleased( SIS.KeyEventArgs evt )
		{
			this.CameraManager.injectKeyUp( evt );

			return true;
		}