Package org.lwjgl.sdl

Class SDLVersion

java.lang.Object
org.lwjgl.sdl.SDLVersion

public class SDLVersion extends Object
  • 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

      public static @Nullable String 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)