Package org.lwjgl.sdl

Class SDL_HapticEffect

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class SDL_HapticEffect extends Struct<SDL_HapticEffect> implements NativeResource

 union SDL_HapticEffect {
     Uint16 type;
     SDL_HapticConstant constant;
     SDL_HapticPeriodic periodic;
     SDL_HapticCondition condition;
     SDL_HapticRamp ramp;
     SDL_HapticLeftRight leftright;
     SDL_HapticCustom custom;
 }