mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-02 07:06:04 +02: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.