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