Class SOFTEventProc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.openal.SOFTEventProc
All Implemented Interfaces:
AutoCloseable, SOFTEventProcI, CallbackI, NativeResource, Pointer

public abstract class SOFTEventProc extends Callback implements SOFTEventProcI
Callback function: ALEVENTPROCSOFT
  • Method Details

    • create

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

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

      public static SOFTEventProc create(SOFTEventProcI instance)
      Creates a SOFTEventProc instance that delegates to the specified SOFTEventProcI instance.