How do I use the mouse to drag something across the screen?
How do I use the mouse to drag something across the screen?
There's a function called DragMouse. Can try using it![]()
Simba Code:HoldMouse(x,y,mouse_left);
MMouse(newX,newY,5,5);
GetMousePos(finalX,finalY);
ReleaseMouse(finalX,finalY,mouse_left);
Edit:
oh wait there is DragMouse? use that then
There are currently 1 users browsing this thread. (0 members and 1 guests)