Temdog007
Temdog007
> Any reason for replacing the isInterpolantFactoryMethodGLTFCubicSpline=true property with a type property? No, I'll add it back. > Have you been able to test this already, or need help with...
A call to `SDL_SyncWindow` is necessary to ensure that the window position is sync'd with position in the DOM. Calling `SDL_SetHint(SDL_HINT_VIDEO_SYNC_WINDOW_OPERATIONS, "1");` before calling `SDL_Init` will ensure that the window...
This conversation was in regards to the PR #12575. I had added `Emscripten_SyncWindow` function to be the hook to SDL_SyncWindow on Emscripten. This functionality is not currently merged into SDL.