Backends: GLFW,SDL2: Added ioPlatformOpenInShellFn handler for web/Emscripten versions. (#7660)

This commit is contained in:
ocornut
2024-07-02 18:06:19 +02:00
parent 05a4f28059
commit 380b3559c6
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -62,6 +62,7 @@ Other changes:
- Debug Tools: Debug Log: Added "Configure Outputs.." button. (#5855)
- Backends: SDL3: Update for API changes: SDLK_x renames and SDLK_KP_x removals (#7761, #7762)
- Backends: SDL2,SDL3,OSX: Update for io.SetPlatformImeDataFn() -> io.PlatformSetImeDataFn() rename.
- Backends: GLFW,SDL2: Added ioPlatformOpenInShellFn handler for web/Emscripten versions. (#7660)
-----------------------------------------------------------------------