libsdl-org / sdlwiki

This is the raw contents of SDL's wiki. You can edit this through GitHub or at https://wiki.libsdl.org/ now!
https://wiki.libsdl.org/
84 stars 38 forks source link

SDL_IsEventEnabled / SDL_EventEnabled #500

Closed sechshelme closed 6 months ago

sechshelme commented 6 months ago

These two Wiki pages say SDL_IsEventEnabled, even though it doesn't exist. It would have to be replaced with SDL_EventEnabled.

https://wiki.libsdl.org/SDL3/SDL_SetEventEnabled ( as: See Also ) https://wiki.libsdl.org/SDL3/SDL_IsEventEnabled

The correct page is this one: https://wiki.libsdl.org/SDL3/SDL_EventEnabled

slouken commented 6 months ago

@icculus, this will be fixed by the documentation cleanup, right?

icculus commented 6 months ago

We already deleted the page for the missing function, and I've now fixed the incorrect "See Also" link on the remaining page.