Class CGEventTapCallBack

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.system.macosx.CGEventTapCallBack
All Implemented Interfaces:
AutoCloseable, CallbackI, CGEventTapCallBackI, NativeResource, Pointer

public abstract class CGEventTapCallBack extends Callback implements CGEventTapCallBackI
Callback function: (* anonymous)
  • Method Details

    • create

      public static CGEventTapCallBack create(long functionPointer)
      Creates a CGEventTapCallBack instance from the specified function pointer.
      Returns:
      the new CGEventTapCallBack
    • createSafe

      public static @Nullable CGEventTapCallBack createSafe(long functionPointer)
      Like create, but returns null if functionPointer is NULL.
    • create

      public static CGEventTapCallBack create(CGEventTapCallBackI instance)
      Creates a CGEventTapCallBack instance that delegates to the specified CGEventTapCallBackI instance.