Package org.lwjgl.system.macosx
Class MacOSXLibrary
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.SharedLibrary.Default
org.lwjgl.system.macosx.MacOSXLibrary
- All Implemented Interfaces:
AutoCloseable
,FunctionProvider
,NativeResource
,Pointer
,SharedLibrary
- Direct Known Subclasses:
MacOSXLibraryBundle
,MacOSXLibraryDL
Implements a
SharedLibrary
on the macOS.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
Nested classes/interfaces inherited from interface org.lwjgl.system.SharedLibrary
SharedLibrary.Default, SharedLibrary.Delegate
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic MacOSXLibrary
static MacOSXLibrary
getWithIdentifier
(String bundleID) Methods inherited from class org.lwjgl.system.SharedLibrary.Default
getName
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods inherited from interface org.lwjgl.system.FunctionProvider
getFunctionAddress, getFunctionAddress
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
Methods inherited from interface org.lwjgl.system.SharedLibrary
getPath
-
Method Details
-
getWithIdentifier
-
create
-