Skip to content

Commit

Permalink
SDL3/SDL_SetWindowFullscreenMode: Fixed mispelled event name
Browse files Browse the repository at this point in the history
  • Loading branch information
gitMyCode1 authored and icculus committed Sep 16, 2024
1 parent 39878df commit d88b2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/SDL_SetWindowFullscreenMode.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the changes have taken effect.
When the new mode takes effect, an
[SDL_EVENT_WINDOW_RESIZED](SDL_EVENT_WINDOW_RESIZED) and/or an
[SDL_EVENT_WINDOOW_PIXEL_SIZE_CHANGED](SDL_EVENT_WINDOOW_PIXEL_SIZE_CHANGED)
[SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED](SDL_EVENT_WINDOW_PIXEL_SIZE_CHANGED)
event will be emitted with the new mode dimensions.
## Version
Expand Down

0 comments on commit d88b2f8

Please sign in to comment.