SDL_GetSensorProperties

Get the properties associated with a sensor.

extern (C) nothrow @nogc extern
SDL_GetSensorProperties

Parameters

sensor SDL_Sensor*

the SDL_Sensor object.

Return Value

A valid property ID on success or 0 on failure; call SDL_GetError() for more information.

Meta