Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add window resizing support (recastnavigation#746)
- Add SDL_WINDOW_RESIZABLE flag to enable window resizing - Handle SDL_WINDOWEVENT_RESIZED event to update window dimensions - Update OpenGL viewport and projection matrix when window is resized This change allows users to resize the application window while maintaining proper aspect ratio and rendering.
- Loading branch information