public abstract class CGEventTapCallBack extends org.lwjgl.system.Callback implements CGEventTapCallBackI
EventTapCreate method.
CGEventRef (*) (
CGEventTapProxy proxy,
CGEventType type,
CGEventRef event,
void *userInfo
)org.lwjgl.system.CallbackI.B, org.lwjgl.system.CallbackI.D, org.lwjgl.system.CallbackI.F, org.lwjgl.system.CallbackI.I, org.lwjgl.system.CallbackI.J, org.lwjgl.system.CallbackI.N, org.lwjgl.system.CallbackI.P, org.lwjgl.system.CallbackI.S, org.lwjgl.system.CallbackI.V, org.lwjgl.system.CallbackI.ZSIGNATURE| Modifier and Type | Method and Description |
|---|---|
static CGEventTapCallBack |
create(CGEventTapCallBackI instance)
Creates a
CGEventTapCallBack instance that delegates to the specified CGEventTapCallBackI instance. |
static CGEventTapCallBack |
create(long functionPointer)
Creates a
CGEventTapCallBack instance from the specified function pointer. |
static CGEventTapCallBack |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static CGEventTapCallBack create(long functionPointer)
CGEventTapCallBack instance from the specified function pointer.CGEventTapCallBack@Nullable public static CGEventTapCallBack createSafe(long functionPointer)
public static CGEventTapCallBack create(CGEventTapCallBackI instance)
CGEventTapCallBack instance that delegates to the specified CGEventTapCallBackI instance.Copyright LWJGL. All Rights Reserved. License terms.