Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

RedrawViewsCallback - keep running for a while

RedrawViewsCallback - keep running for a while

tagopinath
Enthusiast Enthusiast
301 Views
0 Replies
Message 1 of 1

RedrawViewsCallback - keep running for a while

tagopinath
Enthusiast
Enthusiast

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.

0 Likes
302 Views
0 Replies
Replies (0)