Mouse
I was tired of how much zooming I had to do with the mouse wheel in SOLIDWORKS… Several scrolls of the wheel just to zoom in or out as far as needed, and then repeating that process again and again…..long modeling sessions when working in…
When just starting off using SOLIDWORKS Composer one of the first questions I am often asked is “How can we customize the mouse movements?”. If you are a strong SOLIDWORKS Mechanical user, you will notice almost instantly that the SOLIDWORKS Composer default mouse movements are…
There is a summary of all of the available mouse events in SolidWorks found under this help topic SolidWorks.Interop.sldworks Namespace The mouse event handler gives us access to the following events: DMouseEvents_MouseLBtnDblClkNotifyEventHandler Fired when the left-mouse button is double-clicked. DMouseEvents_MouseLBtnDownNotifyEventHandler Fired when the left-mouse button is pressed down. DMouseEvents_MouseLBtnUpNotifyEventHandler Fired when the left-mouse button is released after being pressed. DMouseEvents_MouseMBtnDblClkNotifyEventHandler Fired when the middle-mouse button is double-clicked. DMouseEvents_MouseMBtnDownNotifyEventHandler Fired when the middle-mouse button is pressed down. DMouseEvents_MouseMBtnUpNotifyEventHandler Fired when the middle-mouse button is released after being pressed. DMouseEvents_MouseMoveNotifyEventHandler Fired when the mouse pointer is moved. DMouseEvents_MouseNotifyEventHandler Fired whenever a mouse event occurs. DMouseEvents_MouseRBtnDblClkNotifyEventHandler Fired when the right-mouse button is double-clicked. DMouseEvents_MouseRBtnDownNotifyEventHandler Fired when the right-mouse button is pressed down. DMouseEvents_MouseRBtnUpNotifyEventHandler Fired when the right-mouse button…