SDL_VirtualJoystickSensorDesc

The structure that describes a virtual joystick sensor.

extern (C) nothrow @nogc
struct SDL_VirtualJoystickSensorDesc {}

Members

Variables

rate
float rate;

The update frequency of this sensor, may be 0.0f

type
SDL_SensorType type;

The type of this sensor

See Also

Meta