Add progress bar support for Windows (#12530)

This commit is contained in:
Rémy Tassoux 2025-03-22 16:04:10 +01:00 committed by GitHub
parent 6b13d69105
commit 7a10fcdccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 239 additions and 2 deletions

View file

@ -87,6 +87,8 @@ typedef struct
const char *window_icon;
SDL_WindowFlags window_flags;
bool flash_on_focus_loss;
SDL_ProgressState progress_state;
float progress_value;
int window_x;
int window_y;
int window_w;