public abstract class NkItemGetter extends org.lwjgl.system.Callback implements NkItemGetterI
combo_callback and combobox_callback functions.
float (*) (
void *userdata,
int selected,
char const **item
)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 NkItemGetter |
create(long functionPointer)
Creates a
NkItemGetter instance from the specified function pointer. |
static NkItemGetter |
create(NkItemGetterI instance)
Creates a
NkItemGetter instance that delegates to the specified NkItemGetterI instance. |
static NkItemGetter |
createSafe(long functionPointer)
|
__stdcall, address, equals, free, free, get, getSafe, hashCode, toStringcallback, getSignature, invokepublic static NkItemGetter create(long functionPointer)
NkItemGetter instance from the specified function pointer.NkItemGetter@Nullable public static NkItemGetter createSafe(long functionPointer)
public static NkItemGetter create(NkItemGetterI instance)
NkItemGetter instance that delegates to the specified NkItemGetterI instance.Copyright LWJGL. All Rights Reserved. License terms.