Mouse events (restored)

Everything DG Kernel: Technical discussions and issues
Post Reply
Steve J
Posts: 1
Joined: Tue Aug 13, 2024 2:22 am

Mouse events (restored)

Post by Steve J »

Hello

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

Thanks
Prashant Kande
Posts: 46
Joined: Tue Jun 18, 2024 6:12 am

Re: Mouse events (restored)

Post 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
Post Reply