BBGamelib.UIWindow.getMouseEvent C# (CSharp) Method

getMouseEvent() private method

private getMouseEvent ( ) : NSEvent
return NSEvent
		NSEvent getMouseEvent(){
			NSEvent nsevent = new NSEvent();
			nsevent.mouseLocation = Camera.main.ScreenToWorldPoint(Input.mousePosition) * PIXEL_PER_UNIT;
			return nsevent;
		}
		void keyboardEvent(){