Package org.lwjgl.sdl

Class SDLDialog.Functions

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

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

    • ShowOpenFileDialog

      public static final long ShowOpenFileDialog
      Function address.
    • ShowSaveFileDialog

      public static final long ShowSaveFileDialog
      Function address.
    • ShowOpenFolderDialog

      public static final long ShowOpenFolderDialog
      Function address.
    • ShowFileDialogWithProperties

      public static final long ShowFileDialogWithProperties
      Function address.