Message 1 of 1
RedrawViewsCallback - keep running for a while
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to get viewport redraw events through callback, for that i used first NOTIFY_VIEWPORT_CHANGE notification method, but this was not working for Zoom, Pan etc.
So, i used RegisterRedrawViewsCallback() method.
This works fine and capture all mouse events, but the issue is, it also captures simple mouse move also, which make the proc to run more times. (its stopping after some time, if no movement is there on mouse)
Is there anyway to stop simple mouse move only?
I am using Max 2018 version.
Regards,
Gopi.