BBGamelib.CCGLView.mouseEntered C# (CSharp) Method

mouseEntered() public method

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