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