Hey everyone.
So i have a grid in my program that i want the user to be able to click and drag items around.
Im using the CALLBACK WindowProc to handle my mouseclicks at the moment, but that can only handle a click at one location (as far as i can work out). Is there an easy way to simulate click and hold and click and dragging? Maybe a way to constantly keep getting the mouse location that i dont know of?
Thanks,
M