Package org.lwjgl.sdl

Class SDL_VirtualJoystickSensorDesc

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SDL_VirtualJoystickSensorDesc extends Struct<SDL_VirtualJoystickSensorDesc> implements NativeResource

 struct SDL_VirtualJoystickSensorDesc {
     SDL_SensorType type;
     float rate;
 }