Package org.lwjgl

Class Version

java.lang.Object
org.lwjgl.Version

public final class Version extends Object
This class can be used to query the LWJGL version.
  • Field Details

    • VERSION_MAJOR

      public static final int VERSION_MAJOR
      Current version of library.
      See Also:
    • VERSION_MINOR

      public static final int VERSION_MINOR
      Current version of library.
      See Also:
    • VERSION_REVISION

      public static final int VERSION_REVISION
      Current version of library.
      See Also:
    • BUILD_TYPE

      public static final Version.BuildType BUILD_TYPE
      The development state of the current build.
  • Method Details

    • main

      public static void main(String[] args)
    • getVersion

      public static String getVersion()
      Returns the LWJGL version.