Class GLFWWindowSizeCallback

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

public abstract class GLFWWindowSizeCallback extends Callback implements GLFWWindowSizeCallbackI
Instances of this class may be passed to the SetWindowSizeCallback method.

Type


 void (*GLFWWindowSizeCallbackI.invoke(long, int, int)) (
     GLFWwindow *window,
     int width,
     int height
 )