BBGamelib.CCGLView.scrollWheel C# (CSharp) Method

scrollWheel() public method

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