mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-09 23:03:19 +00:00
While it makes sense to get an object pointer from an object ID, you want to get object attributes for an ID, otherwise e.g. GetNameFromID() sounds like it's a name ID, not an object ID. This is also consistent with the function naming convention in SDL2.