Package org.lwjgl.sdl
Class SDLInit.Functions
java.lang.Object
org.lwjgl.sdl.SDLInit.Functions
- Enclosing class:
SDLInit
Contains the function pointers loaded from
SDL.getLibrary()
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address.static final long
Function address. -
Method Summary
-
Field Details
-
Init
public static final long InitFunction address. -
InitSubSystem
public static final long InitSubSystemFunction address. -
QuitSubSystem
public static final long QuitSubSystemFunction address. -
WasInit
public static final long WasInitFunction address. -
Quit
public static final long QuitFunction address. -
IsMainThread
public static final long IsMainThreadFunction address. -
RunOnMainThread
public static final long RunOnMainThreadFunction address. -
SetAppMetadata
public static final long SetAppMetadataFunction address. -
SetAppMetadataProperty
public static final long SetAppMetadataPropertyFunction address. -
GetAppMetadataProperty
public static final long GetAppMetadataPropertyFunction address.
-