You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate my own app from glfw to sdl3 and when trying to translate sdl imgui backend to go, it seems there's no idiomatic way to setup an IME callback (Platform_SetImeDataFn) to turn on text events dynamically.
I'm trying to migrate my own app from glfw to sdl3 and when trying to translate sdl imgui backend to go, it seems there's no idiomatic way to setup an IME callback (
Platform_SetImeDataFn) to turn on text events dynamically.