bool SDL_HasProperty(SDL_PropertiesID props, const char *name);
(bool) プロパティが存在するとき真, 存在しないとき偽を戻す.
この関数はどのスレッドからも安全に呼べる.
SDL 3.2.0以降