Class LibSystem

java.lang.Object
org.lwjgl.system.macosx.LibSystem

public final class LibSystem extends 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 Details

    • getLibrary

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