public abstract class NkCommandCustomCallback extends org.lwjgl.system.Callback implements NkCommandCustomCallbackI
void * (*) (
void *canvas,
short x,
short y,
unsigned short w,
unsigned short h,
nk_handle callback_data
)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 NkCommandCustomCallback |
create(long functionPointer)
Creates a
NkCommandCustomCallback instance from the specified function pointer. |
static NkCommandCustomCallback |
create(NkCommandCustomCallbackI instance)
Creates a
NkCommandCustomCallback instance that delegates to the specified NkCommandCustomCallbackI instance. |
static NkCommandCustomCallback |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static NkCommandCustomCallback create(long functionPointer)
NkCommandCustomCallback instance from the specified function pointer.NkCommandCustomCallback@Nullable public static NkCommandCustomCallback createSafe(long functionPointer)
public static NkCommandCustomCallback create(NkCommandCustomCallbackI instance)
NkCommandCustomCallback instance that delegates to the specified NkCommandCustomCallbackI instance.Copyright LWJGL. All Rights Reserved. License terms.