Hello
I need to handle the mouse wheel clicks. Is there an event for that in the control?
Thanks
Mouse events (restored)
-
- Posts: 54
- Joined: Tue Jun 18, 2024 6:12 am
Re: Mouse events (restored)
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
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