1
SFML projects / Re: My current project using SFML
« on: January 27, 2013, 04:41:58 pm »
Looks nice but I cant play it because game works too fast.
Did you add FPS limit?
Did you add FPS limit?
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.
if (event.type == sf::Event::MouseMoved) {
int x = event.mouseMove.x;
paletka.setPosition(x, 5);
std::cout << x << std::endl;
}