mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 14:21:04 +08:00
72eb115551
This avoids confusing auto-completion hints when looking for an event subtype to use as `sf::Event::is` or `sf::Event::getIf` type parameter. This also avoids the inconsistency between what is possible with `sf::Event::is` and `sf::Event::getIf` functions (they do not accept event subtypes parents) and what would be possible with `sf::Event::visit` (it could take a handler for a parent type). |
||
---|---|---|
.. | ||
SFML |