如何从 nim SDL2 Mixer 绑定中调用 Mix_GetError?

How do I call Mix_GetError from the nim SDL2 Mixer bindings?

nim SDL2 mixer.nim 文件中有多个引用 Error messages can be retrieved from Mix_GetError().

但是,我似乎无法在 mixer.nim 文件中找到这个函数的定义

如何获取最新的错误字符串?

您可以调用sdl2.getError()(从基础sdl2 bindings)获取最新的错误字符串。