mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
Sync SDL3 wiki -> header
This commit is contained in:
@@ -87,12 +87,14 @@ typedef enum SDL_TimeFormat
|
|||||||
* Gets the current preferred date and time format for the system locale.
|
* Gets the current preferred date and time format for the system locale.
|
||||||
*
|
*
|
||||||
* This might be a "slow" call that has to query the operating system. It's
|
* 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, the preferred formats
|
* best to ask for this once and save the results. However, the preferred
|
||||||
* can change, usually because the user has changed a system preference outside of
|
* formats can change, usually because the user has changed a system
|
||||||
* your program.
|
* preference outside of your program.
|
||||||
*
|
*
|
||||||
* \param dateFormat a pointer to the SDL_DateFormat to hold the returned date format, may be NULL
|
* \param dateFormat a pointer to the SDL_DateFormat to hold the returned date
|
||||||
* \param timeFormat a pointer to the SDL_TimeFormat to hold the returned time format, may be NULL
|
* format, may be NULL
|
||||||
|
* \param timeFormat a pointer to the SDL_TimeFormat to hold the returned time
|
||||||
|
* format, may be NULL
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user