Stop automatic Drawing

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 16/09/2011 at 17:21, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   R13 
Platform:   Windows  ;   
Language(s) :     C++  ;

---------
Hey Guys,

Anyone know, how to stop drawing when mouse is over the active basedraw?
-> So do not recalculate the view/document/draw automatically?

And ignore all keyinputs:
-> That press 'd' don´t start the extrude tool etc.?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/09/2011 at 09:47, xxxxxxxx wrote:

I got it.

Drawing:
Now I handle in a MessageDate the Event EVMSG_UPDATEHIGHLIGHT;

Shortcuts:
RemoveShortcut(LONG index)

Thanks anyway. :)