Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
PBPatrick B26/08/2024
Hi all.
I'm trying to implement my own interactive tool. For this I need to trap mouse button down, move, and button up.
For this I have subscribed to mouse events, like so
Mouse.MouseMoveNotify += OnMouseMove;
Mouse.MouseLBtnDblClkNotify += OnLButtonDblClick;
Mouse.MouseLBtnDownNotify += OnLButtonDown;
Mouse.MouseLBtnUpNotify += OnLButtonUp;
(and all other events)
But no matter what value I return from