Axiom.Samples.SdkSample.Unpaused C# (CSharp) 메소드

Unpaused() 공개 메소드

Manually update the cursor position after being unpaused.
public Unpaused ( ) : void
리턴 void
		public override void Unpaused()
		{
			this.TrayManager.RefreshCursor();
		}