Package org.lwjgl.sdl

Class SDLSensor.Functions

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

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

    • GetSensors

      public static final long GetSensors
      Function address.
    • GetSensorNameForID

      public static final long GetSensorNameForID
      Function address.
    • GetSensorTypeForID

      public static final long GetSensorTypeForID
      Function address.
    • GetSensorNonPortableTypeForID

      public static final long GetSensorNonPortableTypeForID
      Function address.
    • OpenSensor

      public static final long OpenSensor
      Function address.
    • GetSensorFromID

      public static final long GetSensorFromID
      Function address.
    • GetSensorProperties

      public static final long GetSensorProperties
      Function address.
    • GetSensorName

      public static final long GetSensorName
      Function address.
    • GetSensorType

      public static final long GetSensorType
      Function address.
    • GetSensorNonPortableType

      public static final long GetSensorNonPortableType
      Function address.
    • GetSensorID

      public static final long GetSensorID
      Function address.
    • GetSensorData

      public static final long GetSensorData
      Function address.
    • CloseSensor

      public static final long CloseSensor
      Function address.
    • UpdateSensors

      public static final long UpdateSensors
      Function address.