Package org.lwjgl.nuklear
Class NkValueGetter
java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.nuklear.NkValueGetter
- All Implemented Interfaces:
AutoCloseable
,NkValueGetterI
,CallbackI
,NativeResource
,Pointer
Callback function:
nk_value_getter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.nuklear.NkValueGetterI
CIF
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Method Summary
Modifier and TypeMethodDescriptionstatic NkValueGetter
create
(long functionPointer) Creates aNkValueGetter
instance from the specified function pointer.static NkValueGetter
create
(NkValueGetterI instance) Creates aNkValueGetter
instance that delegates to the specifiedNkValueGetterI
instance.static @Nullable NkValueGetter
createSafe
(long functionPointer) Methods inherited from class org.lwjgl.system.Callback
address, equals, free, free, get, getSafe, hashCode, toString
Methods inherited from interface org.lwjgl.system.NativeResource
close
Methods inherited from interface org.lwjgl.nuklear.NkValueGetterI
callback, getCallInterface, invoke
-
Method Details
-
create
Creates aNkValueGetter
instance from the specified function pointer.- Returns:
- the new
NkValueGetter
-
createSafe
-
create
Creates aNkValueGetter
instance that delegates to the specifiedNkValueGetterI
instance.
-