Class GLFWWindowPosCallback

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

public abstract class GLFWWindowPosCallback extends Callback implements GLFWWindowPosCallbackI
Instances of this class may be passed to the SetWindowPosCallback method.

Type


 void (*GLFWWindowPosCallbackI.invoke(long, int, int)) (
     GLFWwindow *window,
     int xpos,
     int ypos
 )
Since:
version 3.0