SFML/include/SFML
kimci86 72eb115551 Remove inheritance in sf::Event subtypes
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).
2024-07-15 12:20:35 -06:00
..
Audio Revert "Simplify/optimize sf::AudioResource implementation" 2024-07-04 22:05:28 +02:00
Graphics Use more [[nodiscard]] 2024-06-27 19:02:46 -06:00
Network Use more [[nodiscard]] 2024-06-27 19:02:46 -06:00
System Use more [[nodiscard]] 2024-06-27 19:02:46 -06:00
Window Remove inheritance in sf::Event subtypes 2024-07-15 12:20:35 -06:00
Audio.hpp Added support for retrieving a list of audio playback devices, getting the default audio playback device and changing the audio playback device during runtime. 2024-05-28 10:54:01 -06:00
Config.hpp Update copyright year 2024-01-26 12:00:22 -07:00
GpuPreference.hpp Update copyright year 2024-01-26 12:00:22 -07:00
Graphics.hpp Added support for stencil testing. 2024-01-29 08:13:14 -07:00
Main.hpp Update copyright year 2024-01-26 12:00:22 -07:00
Network.hpp Update copyright year 2024-01-26 12:00:22 -07:00
OpenGL.hpp Update copyright year 2024-01-26 12:00:22 -07:00
System.hpp Update copyright year 2024-01-26 12:00:22 -07:00
Window.hpp Update copyright year 2024-01-26 12:00:22 -07:00