mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 17:07:39 +00:00
Added SDL_SetAppMetadata() (#10404)
Removed duplicate hints SDL_HINT_APP_NAME, SDL_HINT_APP_ID, and SDL_HINT_AUDIO_DEVICE_APP_NAME. Wired up a few things to use the metadata; more to come! Fixes https://github.com/libsdl-org/SDL/issues/4703
This commit is contained in:
parent
35e42d0a25
commit
a36fe632fd
13 changed files with 214 additions and 150 deletions
|
@ -158,6 +158,7 @@ SDL3_0.0.0 {
|
|||
SDL_GetAndroidInternalStoragePath;
|
||||
SDL_GetAndroidJNIEnv;
|
||||
SDL_GetAndroidSDKVersion;
|
||||
SDL_GetAppMetadataProperty;
|
||||
SDL_GetAssertionHandler;
|
||||
SDL_GetAssertionReport;
|
||||
SDL_GetAudioDeviceChannelMap;
|
||||
|
@ -694,6 +695,8 @@ SDL3_0.0.0 {
|
|||
SDL_SendGamepadEffect;
|
||||
SDL_SendJoystickEffect;
|
||||
SDL_SendJoystickVirtualSensorData;
|
||||
SDL_SetAppMetadata;
|
||||
SDL_SetAppMetadataProperty;
|
||||
SDL_SetAssertionHandler;
|
||||
SDL_SetAudioDeviceGain;
|
||||
SDL_SetAudioPostmixCallback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue