Class YGDirtiedFunc

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.util.yoga.YGDirtiedFunc
All Implemented Interfaces:
AutoCloseable, CallbackI, NativeResource, Pointer, YGDirtiedFuncI

public abstract class YGDirtiedFunc extends Callback implements YGDirtiedFuncI
Callback function: YGDirtiedFunc
  • Method Details Link icon

    • create Link icon

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

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

      public static YGDirtiedFunc create(YGDirtiedFuncI instance)
      Creates a YGDirtiedFunc instance that delegates to the specified YGDirtiedFuncI instance.