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

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

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