sdl3.2.22
macos 13.2
void EmptyCallBack(void* userdata, const char* const* fileList, int filter)
{
}
SDL_ShowOpenFileDialog(
EmptyCallBack,
nullptr,
nullptr,
nullptr,
0,
directory,
false
);
After calling SDL_ShowOpenFileDialog, the macOS file explorer appears. However, when I move the file explorer window around, the log keeps being output.
Main[78958:670040] +[CATransaction synchronize] called within transaction