Forum Topic - Drag and Dropper c++:
   
Drag and Dropper c++  
I would like to write a program to ONK that handles 4 parameters (the 4 parameters of the screen), and drag-and-drops 
whatever is on the first two (x,y) parameters. This means that it pushes the right mouse button on the first two 
parameters and moves, then releases the mouse button. Do you have any idea how can i do it in c++? 
Thank you