MacInspector.CustomBox.MouseMoved C# (CSharp) 메소드

MouseMoved() 공개 메소드

Handles the mouse being moved while down on the box.
public MouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent The event.
리턴 void
		public override void MouseMoved (NSEvent theEvent)
		{
			base.MouseMoved (theEvent);
		}