Functions not in wiki reference

Sorry if this has been asked before, but I was reading through the migration guide on the wiki and I noticed that SDL_RenderSetLogicalSize isn’t included in the API reference on the wiki. Are there any other things that haven’t been added yet? This one just seemed a really odd omission because it appears so useful.

I think this was added after the 2.0.0 release, as part of the HIDPI
work (but I may be mistaken.) I think the wiki may be slightly out of
date with the current hg tip.

2013/10/21 CMR :> Sorry if this has been asked before, but I was reading through the migration

guide on the wiki and I noticed that SDL_RenderSetLogicalSize isn’t included
in the API reference on the wiki. Are there any other things that haven’t
been added yet? This one just seemed a really odd omission because it
appears so useful.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

CMR wrote:

Sorry if this has been asked before, but I was reading through the migration guide on the wiki and I noticed that SDL_RenderSetLogicalSize isn’t included in the API reference on the wiki. Are there any other things that haven’t been added yet? This one just seemed a really odd omission because it appears so useful.

Another one I’ve run across is the SDL_zero function (just a macro using a memset() function to zero out the bytes of a structure). However, since it’s used in some of the example code, it really should be documented…

Nope, it was there…On 21 ??? 2013, at 12:05 ?.?., “Stefanos A.” wrote:

I think this was added after the 2.0.0 release, as part of the HIDPI
work (but I may be mistaken.) I think the wiki may be slightly out of
date with the current hg tip.

2013/10/21 CMR :

Sorry if this has been asked before, but I was reading through the migration
guide on the wiki and I noticed that SDL_RenderSetLogicalSize isn’t included
in the API reference on the wiki. Are there any other things that haven’t
been added yet? This one just seemed a really odd omission because it
appears so useful.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

A bunch of people have asked for wiki accounts to help improve the
documentation, and anyone is welcome to add things they see are missing.

The core SDL contributors do update documentation, but we’re super busy so
sometimes it takes a while. :slight_smile:

Cheers!On Sun, Oct 20, 2013 at 9:09 PM, CMR wrote:

**
Sorry if this has been asked before, but I was reading through the
migration guide on the wiki and I noticed that SDL_RenderSetLogicalSize
isn’t included in the API reference on the wiki. Are there any other things
that haven’t been added yet? This one just seemed a really odd omission
because it appears so useful.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Thanks for the replies. Maybe as I get more familiar with it I’ll join in with some examples. Time, there’s never enough time :D.