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