Class LibSystem


  • public final class LibSystem
    extends java.lang.Object
    Native bindings to libSystem, the MacOS system library.

    This class contains no functionality and is only responsible for loading the system library. Other libraries (contained in libSystem) reuse the library handle loaded by this class.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.lwjgl.system.SharedLibrary getLibrary()
      Returns the System SharedLibrary.
      • Methods inherited from class java.lang.Object

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

      • getLibrary

        public static org.lwjgl.system.SharedLibrary getLibrary()
        Returns the System SharedLibrary.