Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Drag n Drop: (2 Items)
   
Drag n Drop  
I have implemented drag n drop functionality between a label and a button and it is working fine.

One thing which I would like is to see is the icon or the image being dragged to move along with the pointer as in 
windows.

I checked with the drag and drop documentation but I couldn't find it. Is there any feature in drag n drop to implement 
the same?

Thanks
Re: Drag n Drop  
The last parameter of the PhInitDrag() is a const PhCursorDescription_t *cursor. This is the only way to define "an 
image". You can use a  PhBitmapCursorDescription_t type to define your own two color image.