Package org.lwjgl.sdl
Class SDLVersion
java.lang.Object
org.lwjgl.sdl.SDLVersion
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Contains the function pointers loaded fromSDL.getLibrary()
. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
char const * SDL_GetRevision(void)
static @Nullable String
char const * SDL_GetRevision(void)
static int
int SDL_GetVersion(void)
static boolean
SDL_VERSION_ATLEAST
(int X, int Y, int Z) bool SDL_VERSION_ATLEAST(uint32_t X, uint32_t Y, uint32_t Z)
static int
SDL_VERSIONNUM
(int major, int minor, int patch) uint32_t SDL_VERSIONNUM(uint32_t major, uint32_t minor, uint32_t patch)
static int
SDL_VERSIONNUM_MAJOR
(int version) uint32_t SDL_VERSIONNUM_MAJOR(uint32_t version)
static int
SDL_VERSIONNUM_MICRO
(int version) uint32_t SDL_VERSIONNUM_MICRO(uint32_t version)
static int
SDL_VERSIONNUM_MINOR
(int version) uint32_t SDL_VERSIONNUM_MINOR(uint32_t version)
-
Field Details
-
SDL_MAJOR_VERSION
public static final int SDL_MAJOR_VERSION- See Also:
-
SDL_MINOR_VERSION
public static final int SDL_MINOR_VERSION- See Also:
-
SDL_MICRO_VERSION
public static final int SDL_MICRO_VERSION- See Also:
-
SDL_VERSION
public static final int SDL_VERSION
-
-
Method Details
-
SDL_GetVersion
public static int SDL_GetVersion()int SDL_GetVersion(void)
-
nSDL_GetRevision
public static long nSDL_GetRevision()char const * SDL_GetRevision(void)
-
SDL_GetRevision
char const * SDL_GetRevision(void)
-
SDL_VERSIONNUM
public static int SDL_VERSIONNUM(int major, int minor, int patch) uint32_t SDL_VERSIONNUM(uint32_t major, uint32_t minor, uint32_t patch)
-
SDL_VERSIONNUM_MAJOR
public static int SDL_VERSIONNUM_MAJOR(int version) uint32_t SDL_VERSIONNUM_MAJOR(uint32_t version)
-
SDL_VERSIONNUM_MINOR
public static int SDL_VERSIONNUM_MINOR(int version) uint32_t SDL_VERSIONNUM_MINOR(uint32_t version)
-
SDL_VERSIONNUM_MICRO
public static int SDL_VERSIONNUM_MICRO(int version) uint32_t SDL_VERSIONNUM_MICRO(uint32_t version)
-
SDL_VERSION_ATLEAST
public static boolean SDL_VERSION_ATLEAST(int X, int Y, int Z) bool SDL_VERSION_ATLEAST(uint32_t X, uint32_t Y, uint32_t Z)
-