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

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

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