We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDL2syswm_c.txt
compiling above example on AmigaOS4 I always get 0, under macOS returns 1.
Is such funcion implemented? IIRC in SDL1 there is SDL_GetWMInfo() and works fine.
The text was updated successfully, but these errors were encountered:
https://wiki.libsdl.org/SDL2/SDL_GetWindowWMInfo
It seems that version information was not set correctly.
SDL_GetError() usually gives some extra information and there is also a serial debug version of the library.
Sorry, something went wrong.
adding SDL_VERSION(&wmInfo.version) make code working. THXaLOT
No branches or pull requests
SDL2syswm_c.txt
compiling above example on AmigaOS4 I always get 0, under macOS returns 1.
Is such funcion implemented? IIRC in SDL1 there is SDL_GetWMInfo() and works fine.
The text was updated successfully, but these errors were encountered: