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
    • Method Detail

      • main

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

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