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;
     {@link SDL_HapticConstant SDL_HapticConstant} constant;
     {@link SDL_HapticPeriodic SDL_HapticPeriodic} periodic;
     {@link SDL_HapticCondition SDL_HapticCondition} condition;
     {@link SDL_HapticRamp SDL_HapticRamp} ramp;
     {@link SDL_HapticLeftRight SDL_HapticLeftRight} leftright;
     {@link SDL_HapticCustom SDL_HapticCustom} custom;
 }