Package org.lwjgl

Class Version



  • public final class Version
    extends java.lang.Object
    This class can be used to query the LWJGL version.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  Version.BuildType
      The development state of the current build.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String getVersion()
      Returns the LWJGL version.
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VERSION_MAJOR

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

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

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

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

      • main

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

        public static java.lang.String getVersion()
        Returns the LWJGL version.