THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/01/2006 at 04:13, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9
Platform:
Language(s) : C++ ;
---------
Hey there,
In my tool plugin i have to draw sth. depending on the mouse position on the editor.
so i use the GetCursorInfo() function to find out about mouseposition.
from this i want the editor to do a redraw.
this works with EventAdd() but then GetCursorInfo() is called on and on again... resulting in a loop.
How can i initialize a redraw without GetCursorInfo() beeing called?
or am i overlooking sth. ?
thanks