But I thought the behavior of SDL_CreateWindowAndRenderer was to hide the window until the renderer was created and then show everything. Contributor Kontrabant commented Jan 23, 2025 Hmm, it does seem that we
SDL3/SDL_CreateWindowAndRenderer.md +1-1Lines changed: 1 addition & 1 deletion Original file line numberDiff line numberDiff line change @@ -52,7 +52,7 @@ int main(int argc, char *argv[]) 5252 return 3; 5353 } 5454 55- ...