19.4.0
Changed
- Checking "WindowSizeChanged" was not valid since SDL 3 and was also not valid in previous examples.
You must no longer check the type of theWindowResizedevent.
Fixed
- Corrected some inconsistent angle brackets in the
__str__of Event subclasses. #165 - Fix regression with window events causing them to be
Unknownand uncheckable.