Left mouse click and moving the mouse up or down - is this a trigger?

Left mouse click and moving the mouse up or down - is this a trigger?

Is there a trigger in JQuery that occurs when the user either:
1 - clicks the left mouse button and moves the mouse up

OR


2 - clicks the left mouse button and moves the mouse down?


mouseup() and mousedown() are only for clicking the button.  I need a trigger that includes both the left mouse click and movement of the mouse up or down occurring simutaneously

thanks