I've tried searching but it seems nobody had a problem like mine.
Alright so here's the deal:
In the game I'm making I've created a window (like a gadget)
My game is set to update 100 times per second
There's an area for dragging the window with which I can drag my window
If I drag the window faster than 1/100th of a second, my mouse moves out of "draggable" area (the top of the window) and my window is no longer being dragged.
If I put the mouse back to draggable area again (mouse held all the time) I can drag again
I do not want to speed up the update rate
Is there any way I could still drag the window even if I move the mouse out of the draggable are?
Any ideas and or solutions are welcome.
Thank you in advance.