Package org.lwjgl.sdl

Class SDLJoystick.Functions

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

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

    • LockJoysticks

      public static final long LockJoysticks
      Function address.
    • UnlockJoysticks

      public static final long UnlockJoysticks
      Function address.
    • HasJoystick

      public static final long HasJoystick
      Function address.
    • GetJoysticks

      public static final long GetJoysticks
      Function address.
    • GetJoystickNameForID

      public static final long GetJoystickNameForID
      Function address.
    • GetJoystickPathForID

      public static final long GetJoystickPathForID
      Function address.
    • GetJoystickPlayerIndexForID

      public static final long GetJoystickPlayerIndexForID
      Function address.
    • GetJoystickGUIDForID

      public static final long GetJoystickGUIDForID
      Function address.
    • GetJoystickVendorForID

      public static final long GetJoystickVendorForID
      Function address.
    • GetJoystickProductForID

      public static final long GetJoystickProductForID
      Function address.
    • GetJoystickProductVersionForID

      public static final long GetJoystickProductVersionForID
      Function address.
    • GetJoystickTypeForID

      public static final long GetJoystickTypeForID
      Function address.
    • OpenJoystick

      public static final long OpenJoystick
      Function address.
    • GetJoystickFromID

      public static final long GetJoystickFromID
      Function address.
    • GetJoystickFromPlayerIndex

      public static final long GetJoystickFromPlayerIndex
      Function address.
    • AttachVirtualJoystick

      public static final long AttachVirtualJoystick
      Function address.
    • DetachVirtualJoystick

      public static final long DetachVirtualJoystick
      Function address.
    • IsJoystickVirtual

      public static final long IsJoystickVirtual
      Function address.
    • SetJoystickVirtualAxis

      public static final long SetJoystickVirtualAxis
      Function address.
    • SetJoystickVirtualBall

      public static final long SetJoystickVirtualBall
      Function address.
    • SetJoystickVirtualButton

      public static final long SetJoystickVirtualButton
      Function address.
    • SetJoystickVirtualHat

      public static final long SetJoystickVirtualHat
      Function address.
    • SetJoystickVirtualTouchpad

      public static final long SetJoystickVirtualTouchpad
      Function address.
    • SendJoystickVirtualSensorData

      public static final long SendJoystickVirtualSensorData
      Function address.
    • GetJoystickProperties

      public static final long GetJoystickProperties
      Function address.
    • GetJoystickName

      public static final long GetJoystickName
      Function address.
    • GetJoystickPath

      public static final long GetJoystickPath
      Function address.
    • GetJoystickPlayerIndex

      public static final long GetJoystickPlayerIndex
      Function address.
    • SetJoystickPlayerIndex

      public static final long SetJoystickPlayerIndex
      Function address.
    • GetJoystickGUID

      public static final long GetJoystickGUID
      Function address.
    • GetJoystickVendor

      public static final long GetJoystickVendor
      Function address.
    • GetJoystickProduct

      public static final long GetJoystickProduct
      Function address.
    • GetJoystickProductVersion

      public static final long GetJoystickProductVersion
      Function address.
    • GetJoystickFirmwareVersion

      public static final long GetJoystickFirmwareVersion
      Function address.
    • GetJoystickSerial

      public static final long GetJoystickSerial
      Function address.
    • GetJoystickType

      public static final long GetJoystickType
      Function address.
    • GetJoystickGUIDInfo

      public static final long GetJoystickGUIDInfo
      Function address.
    • JoystickConnected

      public static final long JoystickConnected
      Function address.
    • GetJoystickID

      public static final long GetJoystickID
      Function address.
    • GetNumJoystickAxes

      public static final long GetNumJoystickAxes
      Function address.
    • GetNumJoystickBalls

      public static final long GetNumJoystickBalls
      Function address.
    • GetNumJoystickHats

      public static final long GetNumJoystickHats
      Function address.
    • GetNumJoystickButtons

      public static final long GetNumJoystickButtons
      Function address.
    • SetJoystickEventsEnabled

      public static final long SetJoystickEventsEnabled
      Function address.
    • JoystickEventsEnabled

      public static final long JoystickEventsEnabled
      Function address.
    • UpdateJoysticks

      public static final long UpdateJoysticks
      Function address.
    • GetJoystickAxis

      public static final long GetJoystickAxis
      Function address.
    • GetJoystickAxisInitialState

      public static final long GetJoystickAxisInitialState
      Function address.
    • GetJoystickBall

      public static final long GetJoystickBall
      Function address.
    • GetJoystickHat

      public static final long GetJoystickHat
      Function address.
    • GetJoystickButton

      public static final long GetJoystickButton
      Function address.
    • RumbleJoystick

      public static final long RumbleJoystick
      Function address.
    • RumbleJoystickTriggers

      public static final long RumbleJoystickTriggers
      Function address.
    • SetJoystickLED

      public static final long SetJoystickLED
      Function address.
    • SendJoystickEffect

      public static final long SendJoystickEffect
      Function address.
    • CloseJoystick

      public static final long CloseJoystick
      Function address.
    • GetJoystickConnectionState

      public static final long GetJoystickConnectionState
      Function address.
    • GetJoystickPowerInfo

      public static final long GetJoystickPowerInfo
      Function address.