BBGamelib.UIWindow.OnMouseExit C# (CSharp) Method

OnMouseExit() public method

public OnMouseExit ( ) : void
return void
		void OnMouseExit() {
			NSEvent nsevent = getMouseEvent ();
			_rootViewController.view.mouseExited (nsevent);
		}
		#endif