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