mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 15:03:43 +00:00
Sync wiki -> headers.
This commit is contained in:
parent
01cba48d18
commit
197340ea1c
18 changed files with 291 additions and 273 deletions
|
@ -79,8 +79,8 @@ typedef struct SDL_Locale
|
|||
* This might be a "slow" call that has to query the operating system. It's
|
||||
* best to ask for this once and save the results. However, this list can
|
||||
* change, usually because the user has changed a system preference outside of
|
||||
* your program; SDL will send an SDL_EVENT_LOCALE_CHANGED event in this case, if
|
||||
* possible, and you can call this function again to get an updated copy of
|
||||
* your program; SDL will send an SDL_EVENT_LOCALE_CHANGED event in this case,
|
||||
* if possible, and you can call this function again to get an updated copy of
|
||||
* preferred locales.
|
||||
*
|
||||
* \return array of locales, terminated with a locale with a NULL language
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue