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

Unpaused() public method

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