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