BBGamelib.CCGLView.otherMouseDown C# (CSharp) Method

otherMouseDown() public method

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