Class GLFWMouseButtonCallback

java.lang.Object
org.lwjgl.system.Callback
org.lwjgl.glfw.GLFWMouseButtonCallback
All Implemented Interfaces:
AutoCloseable, GLFWMouseButtonCallbackI, CallbackI, NativeResource, Pointer

public abstract class GLFWMouseButtonCallback extends Callback implements GLFWMouseButtonCallbackI
Instances of this class may be passed to the SetMouseButtonCallback method.

Type


 void (*GLFWMouseButtonCallbackI.invoke(long, int, int, int)) (
     GLFWwindow *window,
     int button,
     int action,
     int mods
 )