1
General / [Solved] question
« on: December 17, 2009, 07:35:00 pm »
You don't call sf::Window::GetEvent() ?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
rectangle.SetScale(newScale);
rectangle.SetPosition(mouseX - rectangle.GetSize().x / 2, mouseY - rectangle.GetSize().y);
withrectangle.SetCenter(rectangleSizeX/2, rectangleSizeY);
rectangle.SetScale(newScale);
rectangle.SetPosition(mouseX, mouseY);