Hello,
The title pretty much says it all. I want to grab a small circle that I draw with the mouse, and move it. Like drag and drop.
Also I wonder why the code below doesn't work
while(Input.IsMouseButtonDown(sf::Mouse::Left))
selector.SetPosition(Input.GetMouseX(),Input.GetMouseY());
Thanks