On 24/05/2013 at 01:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R14
Platform: Windows ;
Language(s) : C++ ;
---------
Hi Folks,
I'm polling the mouse while in a scenehook plugin. However I'm not able to get the viewport to update while the poll is running.
I've tried EventAdd() and DrawViews() with various flags to no avail. I've also tried sending a message (e.g. MSG_UPDATE) but this yields the same result.
The viewport does update with EventAdd/DrawViews but only when I let go of the mouse button. I really need it to refresh while it's down and polling if possible. Can this be done from a scenehook?
WP.