Page 1 of 1

Mouse events (restored)

Posted: Tue Aug 13, 2024 2:24 am
by Steve J
Hello

I need to handle the mouse wheel clicks. Is there an event for that in the control?

Thanks

Re: Mouse events (restored)

Posted: Tue Aug 13, 2024 2:33 am
by Prashant Kande
Hi Steve

All events raised by DGK are enumerated in
Event_DG

The mouse events are raised by its special events
Apart from that there are:
- Client Draw event raised on each redraws of window
- Collision event when there was a collision of registered objects for that
- Something was selected in the context menu
- The end user selected simplexes or vertices in the direct access mode
- End user changed selection of objects in the Model Explorer tree
- The eEditEventModelStructureChanged and eEditEventItemStructureChanged which come from the 2D overlay editor

Regards