Package org.lwjgl.system.macosx
Class LibSystem
- java.lang.Object
-
- org.lwjgl.system.macosx.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 SystemSharedLibrary
.
-