Jayden Grubb 771363bbfe Fix Window CLOSED event when using more than one window
Fixed an issue where if there were more than one window, when they were
closed, the CLOSED event would trigger but the window count did not
decrease. This happened because after the window was destroyed the
DestroyNotify event was triggered, which when looked up in the m_windows
map, reinserted itself with default initialization.
2025-04-30 02:52:29 +10:00
2025-04-23 00:32:03 +10:00
2025-02-02 14:43:08 +10:00
2025-02-02 14:43:08 +10:00
Description
C++ Rendering and Physics Engine
244 KiB
Languages
C++ 93.6%
CMake 4.5%
C 1.9%