On 06/02/2017 at 03:48, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
I have a GeUserArea in a Dialog , which shows some bitmaps (they are displayed via DrawBitmap).
I want to drag these bitmaps and drop them into the object Hierarchy.
Can I know on which hierarchy object the bitmap is dropped ?
Also, can I display a little bitmap next to mouse cursor ? (so the user knows, which item is dragged).
I implement the drag and drop mechanism in InputEvent as shown here:
https://developers.maxon.net/docs/Cinema4DCPPSDK/html/page_manual_geuserarea.html
(MouseDragStart/End e.t.c)
Another question, if the above is not applicable, can I have my own menu via right-click on a GeUserArea ?
Thank you very much for your time !