Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix behavior of sf::Event::Resized #68

Closed
TheNexus opened this issue Jul 2, 2011 · 1 comment
Closed

Fix behavior of sf::Event::Resized #68

TheNexus opened this issue Jul 2, 2011 · 1 comment
Assignees
Milestone

Comments

@TheNexus
Copy link

TheNexus commented Jul 2, 2011

There are two problems with the sf::Event::Resized event on Windows:

  • Minimizing and maximizing the window triggers an event
  • Drawing the window edges leads to the generation of multiple events (instead of one)

See http://www.sfml-dev.org/forum/viewtopic.php?t=5191

@LaurentGomila
Copy link
Member

Fixed by pull request #249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants