public abstract class NkPluginCopy extends org.lwjgl.system.Callback implements NkPluginCopyI
NkClipboard struct.
void (*) (
nk_handle handle,
char const *text,
int len
)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 NkPluginCopy |
create(long functionPointer)
Creates a
NkPluginCopy instance from the specified function pointer. |
static NkPluginCopy |
create(NkPluginCopyI instance)
Creates a
NkPluginCopy instance that delegates to the specified NkPluginCopyI instance. |
static NkPluginCopy |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static NkPluginCopy create(long functionPointer)
NkPluginCopy instance from the specified function pointer.NkPluginCopy@Nullable public static NkPluginCopy createSafe(long functionPointer)
public static NkPluginCopy create(NkPluginCopyI instance)
NkPluginCopy instance that delegates to the specified NkPluginCopyI instance.Copyright LWJGL. All Rights Reserved. License terms.