SDL/src/dynapi
Frank Praznik 1f43c88220 time: Use a function instead of properties to retrieve the system date and time locale info
This allows applications to re-query the values if the system locale is changed during runtime, and better matches the other locale functions. A note is included in the documentation mentioning that this can be slow, as it has to call into OS functions.

Also allows for the removal of the init/quit time functions, as they are no longer needed.
2024-05-08 15:35:04 -04:00
..
gendynapi.py gendynapi.py: Fix output line ending when running in non-cygwin Windows. 2024-05-04 08:11:07 -07:00
SDL_dynapi.c Removed mostly unused SDL_errorcode 2024-05-07 15:45:06 -07:00
SDL_dynapi.h Disable SDL_DYNAMIC_API during __INTELLISENSE__ 2024-05-02 17:48:27 -07:00
SDL_dynapi.sym time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
SDL_dynapi_overrides.h time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
SDL_dynapi_procs.h time: Use a function instead of properties to retrieve the system date and time locale info 2024-05-08 15:35:04 -04:00
SDL_dynapi_unsupported.h android: Added SDL_AndroidRequestPermissionAsync. 2024-02-13 12:06:51 -05:00