public abstract class YGDirtiedFunc extends org.lwjgl.system.Callback implements YGDirtiedFuncI
void (*) (
YGNodeRef node
)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 YGDirtiedFunc |
create(long functionPointer)
Creates a
YGDirtiedFunc instance from the specified function pointer. |
static YGDirtiedFunc |
create(YGDirtiedFuncI instance)
Creates a
YGDirtiedFunc instance that delegates to the specified YGDirtiedFuncI instance. |
static YGDirtiedFunc |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static YGDirtiedFunc create(long functionPointer)
YGDirtiedFunc instance from the specified function pointer.YGDirtiedFunc@Nullable public static YGDirtiedFunc createSafe(long functionPointer)
public static YGDirtiedFunc create(YGDirtiedFuncI instance)
YGDirtiedFunc instance that delegates to the specified YGDirtiedFuncI instance.Copyright LWJGL. All Rights Reserved. License terms.