Package org.lwjgl.sdl

Class SDLGamepad.Functions

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

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

    • AddGamepadMapping

      public static final long AddGamepadMapping
      Function address.
    • AddGamepadMappingsFromIO

      public static final long AddGamepadMappingsFromIO
      Function address.
    • AddGamepadMappingsFromFile

      public static final long AddGamepadMappingsFromFile
      Function address.
    • ReloadGamepadMappings

      public static final long ReloadGamepadMappings
      Function address.
    • GetGamepadMappings

      public static final long GetGamepadMappings
      Function address.
    • GetGamepadMappingForGUID

      public static final long GetGamepadMappingForGUID
      Function address.
    • GetGamepadMapping

      public static final long GetGamepadMapping
      Function address.
    • SetGamepadMapping

      public static final long SetGamepadMapping
      Function address.
    • HasGamepad

      public static final long HasGamepad
      Function address.
    • GetGamepads

      public static final long GetGamepads
      Function address.
    • IsGamepad

      public static final long IsGamepad
      Function address.
    • GetGamepadNameForID

      public static final long GetGamepadNameForID
      Function address.
    • GetGamepadPathForID

      public static final long GetGamepadPathForID
      Function address.
    • GetGamepadPlayerIndexForID

      public static final long GetGamepadPlayerIndexForID
      Function address.
    • GetGamepadGUIDForID

      public static final long GetGamepadGUIDForID
      Function address.
    • GetGamepadVendorForID

      public static final long GetGamepadVendorForID
      Function address.
    • GetGamepadProductForID

      public static final long GetGamepadProductForID
      Function address.
    • GetGamepadProductVersionForID

      public static final long GetGamepadProductVersionForID
      Function address.
    • GetGamepadTypeForID

      public static final long GetGamepadTypeForID
      Function address.
    • GetRealGamepadTypeForID

      public static final long GetRealGamepadTypeForID
      Function address.
    • GetGamepadMappingForID

      public static final long GetGamepadMappingForID
      Function address.
    • OpenGamepad

      public static final long OpenGamepad
      Function address.
    • GetGamepadFromID

      public static final long GetGamepadFromID
      Function address.
    • GetGamepadFromPlayerIndex

      public static final long GetGamepadFromPlayerIndex
      Function address.
    • GetGamepadProperties

      public static final long GetGamepadProperties
      Function address.
    • GetGamepadID

      public static final long GetGamepadID
      Function address.
    • GetGamepadName

      public static final long GetGamepadName
      Function address.
    • GetGamepadPath

      public static final long GetGamepadPath
      Function address.
    • GetGamepadType

      public static final long GetGamepadType
      Function address.
    • GetRealGamepadType

      public static final long GetRealGamepadType
      Function address.
    • GetGamepadPlayerIndex

      public static final long GetGamepadPlayerIndex
      Function address.
    • SetGamepadPlayerIndex

      public static final long SetGamepadPlayerIndex
      Function address.
    • GetGamepadVendor

      public static final long GetGamepadVendor
      Function address.
    • GetGamepadProduct

      public static final long GetGamepadProduct
      Function address.
    • GetGamepadProductVersion

      public static final long GetGamepadProductVersion
      Function address.
    • GetGamepadFirmwareVersion

      public static final long GetGamepadFirmwareVersion
      Function address.
    • GetGamepadSerial

      public static final long GetGamepadSerial
      Function address.
    • GetGamepadSteamHandle

      public static final long GetGamepadSteamHandle
      Function address.
    • GetGamepadConnectionState

      public static final long GetGamepadConnectionState
      Function address.
    • GetGamepadPowerInfo

      public static final long GetGamepadPowerInfo
      Function address.
    • GamepadConnected

      public static final long GamepadConnected
      Function address.
    • GetGamepadJoystick

      public static final long GetGamepadJoystick
      Function address.
    • SetGamepadEventsEnabled

      public static final long SetGamepadEventsEnabled
      Function address.
    • GamepadEventsEnabled

      public static final long GamepadEventsEnabled
      Function address.
    • GetGamepadBindings

      public static final long GetGamepadBindings
      Function address.
    • UpdateGamepads

      public static final long UpdateGamepads
      Function address.
    • GetGamepadTypeFromString

      public static final long GetGamepadTypeFromString
      Function address.
    • GetGamepadStringForType

      public static final long GetGamepadStringForType
      Function address.
    • GetGamepadAxisFromString

      public static final long GetGamepadAxisFromString
      Function address.
    • GetGamepadStringForAxis

      public static final long GetGamepadStringForAxis
      Function address.
    • GamepadHasAxis

      public static final long GamepadHasAxis
      Function address.
    • GetGamepadAxis

      public static final long GetGamepadAxis
      Function address.
    • GetGamepadButtonFromString

      public static final long GetGamepadButtonFromString
      Function address.
    • GetGamepadStringForButton

      public static final long GetGamepadStringForButton
      Function address.
    • GamepadHasButton

      public static final long GamepadHasButton
      Function address.
    • GetGamepadButton

      public static final long GetGamepadButton
      Function address.
    • GetGamepadButtonLabelForType

      public static final long GetGamepadButtonLabelForType
      Function address.
    • GetGamepadButtonLabel

      public static final long GetGamepadButtonLabel
      Function address.
    • GetNumGamepadTouchpads

      public static final long GetNumGamepadTouchpads
      Function address.
    • GetNumGamepadTouchpadFingers

      public static final long GetNumGamepadTouchpadFingers
      Function address.
    • GetGamepadTouchpadFinger

      public static final long GetGamepadTouchpadFinger
      Function address.
    • GamepadHasSensor

      public static final long GamepadHasSensor
      Function address.
    • SetGamepadSensorEnabled

      public static final long SetGamepadSensorEnabled
      Function address.
    • GamepadSensorEnabled

      public static final long GamepadSensorEnabled
      Function address.
    • GetGamepadSensorDataRate

      public static final long GetGamepadSensorDataRate
      Function address.
    • GetGamepadSensorData

      public static final long GetGamepadSensorData
      Function address.
    • RumbleGamepad

      public static final long RumbleGamepad
      Function address.
    • RumbleGamepadTriggers

      public static final long RumbleGamepadTriggers
      Function address.
    • SetGamepadLED

      public static final long SetGamepadLED
      Function address.
    • SendGamepadEffect

      public static final long SendGamepadEffect
      Function address.
    • CloseGamepad

      public static final long CloseGamepad
      Function address.
    • GetGamepadAppleSFSymbolsNameForButton

      public static final long GetGamepadAppleSFSymbolsNameForButton
      Function address.
    • GetGamepadAppleSFSymbolsNameForAxis

      public static final long GetGamepadAppleSFSymbolsNameForAxis
      Function address.