BBGamelib.CCGLView.otherMouseDragged C# (CSharp) Method

otherMouseDragged() public method

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