Package org.lwjgl.sdl

Class SDLProperties.Functions

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

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

    • GetGlobalProperties

      public static final long GetGlobalProperties
      Function address.
    • CreateProperties

      public static final long CreateProperties
      Function address.
    • CopyProperties

      public static final long CopyProperties
      Function address.
    • LockProperties

      public static final long LockProperties
      Function address.
    • UnlockProperties

      public static final long UnlockProperties
      Function address.
    • SetPointerPropertyWithCleanup

      public static final long SetPointerPropertyWithCleanup
      Function address.
    • SetPointerProperty

      public static final long SetPointerProperty
      Function address.
    • SetStringProperty

      public static final long SetStringProperty
      Function address.
    • SetNumberProperty

      public static final long SetNumberProperty
      Function address.
    • SetFloatProperty

      public static final long SetFloatProperty
      Function address.
    • SetBooleanProperty

      public static final long SetBooleanProperty
      Function address.
    • HasProperty

      public static final long HasProperty
      Function address.
    • GetPropertyType

      public static final long GetPropertyType
      Function address.
    • GetPointerProperty

      public static final long GetPointerProperty
      Function address.
    • GetStringProperty

      public static final long GetStringProperty
      Function address.
    • GetNumberProperty

      public static final long GetNumberProperty
      Function address.
    • GetFloatProperty

      public static final long GetFloatProperty
      Function address.
    • GetBooleanProperty

      public static final long GetBooleanProperty
      Function address.
    • ClearProperty

      public static final long ClearProperty
      Function address.
    • EnumerateProperties

      public static final long EnumerateProperties
      Function address.
    • DestroyProperties

      public static final long DestroyProperties
      Function address.