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