Package org.lwjgl.system.macosx
Contains bindings to native APIs specific to the macOS operating system.
-
Interface Summary Interface Description CGEventTapCallBackI Instances of this interface may be passed to theEventTapCreate
method.EnumerationMutationHandlerI A mutation handler. -
Class Summary Class Description CGEventTapCallBack Instances of this class may be passed to theEventTapCreate
method.CGEventTapInformation The structure used to report information about event taps.CGEventTapInformation.Buffer An array ofCGEventTapInformation
structs.CGPoint A structure that contains a point in a two-dimensional coordinate system.CGPoint.Buffer An array ofCGPoint
structs.CoreFoundation Native bindings to <CoreFoundation.h>.CoreGraphics Native bindings to <CoreGraphics.h>.CoreGraphics.Functions Contains the function pointers loaded from the CoreGraphicsSharedLibrary
.DynamicLinkLoader Native bindings to <dlfcn.h>.EnumerationMutationHandler A mutation handler.LibC Native bindings to libc, the Standard C Library.LibC.Functions Contains the function pointers loaded fromLibSystem.getLibrary()
.LibSystem Native bindings to libSystem, the MacOS system library.MacOSXLibrary Implements aSharedLibrary
on the macOS.MacOSXLibraryBundle Implements aSharedLibrary
on the macOS usingCFBundle
.MacOSXLibraryDL Implements aSharedLibrary
on the macOS usingdlopen
.ObjCMethodDescription Defines a method.ObjCMethodDescription.Buffer An array ofObjCMethodDescription
structs.ObjCPropertyAttribute Defines a property attribute.ObjCPropertyAttribute.Buffer An array ofObjCPropertyAttribute
structs.ObjCRuntime Native bindings to the Objective-C Runtime.ObjCRuntime.Functions Contains the function pointers loaded from the objcSharedLibrary
.