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
According to the docs, it should be possible to pass this value directly, probably just SDL_ShowCursor(SDL_DISABLE);, but I have to use SDL_ShowCursor(SDL_DISABLE as _); to make it work.