Skip to content

Commit

Permalink
SDL3/NewFeatures: Fixed BestKeyboardPractices link
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus authored and SDLWikiBot committed Jul 10, 2024
1 parent b6772fd commit 7500185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDL3/NewFeatures.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A lot of things you're already using in SDL2 are easier, more consistent, and ju
- The Clipboard API [can support any data type](SDL_SetClipboardData) (SDL2 only handled text), and apps can provide data in multiple formats upon request in [a provided callback](SDL_ClipboardDataCallback).
- Multiple [keyboards](SDL_GetKeyboards) and [mice](SDL_GetMice) can be managed separately.
- [System theme](SDL_GetSystemTheme) (light, dark) can be queried.
- [Better keyboard input](KeyboardBestPractices), for all your keypress needs.
- [Better keyboard input](BestKeyboardPractices), for all your keypress needs.
- [Unicode-friendly case-insensitive string comparison](SDL_strcasecmp).
- HiDPI support is dramatically improved over SDL2.
- 64-bit [SDL_GetTicks](SDL_GetTicks): No more worrying about timer wraparound every ~49 days!
Expand Down

0 comments on commit 7500185

Please sign in to comment.