Package org.lwjgl.sdl

Class SDLHaptic.Functions

java.lang.Object
org.lwjgl.sdl.SDLHaptic.Functions
Enclosing class:
SDLHaptic

public static final class SDLHaptic.Functions extends Object
Contains the function pointers loaded from SDL.getLibrary().
  • Field Details

    • GetHaptics

      public static final long GetHaptics
      Function address.
    • GetHapticNameForID

      public static final long GetHapticNameForID
      Function address.
    • OpenHaptic

      public static final long OpenHaptic
      Function address.
    • GetHapticFromID

      public static final long GetHapticFromID
      Function address.
    • GetHapticID

      public static final long GetHapticID
      Function address.
    • GetHapticName

      public static final long GetHapticName
      Function address.
    • IsMouseHaptic

      public static final long IsMouseHaptic
      Function address.
    • OpenHapticFromMouse

      public static final long OpenHapticFromMouse
      Function address.
    • IsJoystickHaptic

      public static final long IsJoystickHaptic
      Function address.
    • OpenHapticFromJoystick

      public static final long OpenHapticFromJoystick
      Function address.
    • CloseHaptic

      public static final long CloseHaptic
      Function address.
    • GetMaxHapticEffects

      public static final long GetMaxHapticEffects
      Function address.
    • GetMaxHapticEffectsPlaying

      public static final long GetMaxHapticEffectsPlaying
      Function address.
    • GetHapticFeatures

      public static final long GetHapticFeatures
      Function address.
    • GetNumHapticAxes

      public static final long GetNumHapticAxes
      Function address.
    • HapticEffectSupported

      public static final long HapticEffectSupported
      Function address.
    • CreateHapticEffect

      public static final long CreateHapticEffect
      Function address.
    • UpdateHapticEffect

      public static final long UpdateHapticEffect
      Function address.
    • RunHapticEffect

      public static final long RunHapticEffect
      Function address.
    • StopHapticEffect

      public static final long StopHapticEffect
      Function address.
    • DestroyHapticEffect

      public static final long DestroyHapticEffect
      Function address.
    • GetHapticEffectStatus

      public static final long GetHapticEffectStatus
      Function address.
    • SetHapticGain

      public static final long SetHapticGain
      Function address.
    • SetHapticAutocenter

      public static final long SetHapticAutocenter
      Function address.
    • PauseHaptic

      public static final long PauseHaptic
      Function address.
    • ResumeHaptic

      public static final long ResumeHaptic
      Function address.
    • StopHapticEffects

      public static final long StopHapticEffects
      Function address.
    • HapticRumbleSupported

      public static final long HapticRumbleSupported
      Function address.
    • InitHapticRumble

      public static final long InitHapticRumble
      Function address.
    • PlayHapticRumble

      public static final long PlayHapticRumble
      Function address.
    • StopHapticRumble

      public static final long StopHapticRumble
      Function address.