BBGamelib.CCGLView.otherMouseUp C# (CSharp) Method

otherMouseUp() public method

public otherMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
return void
		public override void otherMouseUp(NSEvent theEvent){
			if (_eventDelegate != null)
				_eventDelegate.otherMouseUp (theEvent);
		}
		public override void scrollWheel(NSEvent theEvent){