BBGamelib.CCGLView.otherMouseDragged C# (CSharp) Метод

otherMouseDragged() публичный Метод

public otherMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
Результат void
		public override void otherMouseDragged(NSEvent theEvent){
			if (_eventDelegate != null)
				_eventDelegate.otherMouseDragged (theEvent);
		}
		public override void otherMouseUp(NSEvent theEvent){