Drag and Drop Description Element
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/07/2009 at 10:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Windows ;
Language(s) : C++ ;---------
Hey,i need a possibility to drag a description element into the Userarea of my plugin.
The function GetDragObject(msg, &type;, &object;) tells me correctly that i receive a DRAGTYPE_DESCID, but i don't have an idea how to cast the object Pointer.
Casting to DescID* seems not to be correct.Thanks for any suggestions
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/07/2009 at 11:02, xxxxxxxx wrote:
never mind, found it:
https://developers.maxon.net/forum/topic/2993