Class GLFWWindowIconifyCallback

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

public abstract class GLFWWindowIconifyCallback extends Callback implements GLFWWindowIconifyCallbackI
Instances of this class may be passed to the SetWindowIconifyCallback method.

Type


 void (*GLFWWindowIconifyCallbackI.invoke(long, boolean)) (
     GLFWwindow *window,
     int iconified
 )
Since:
version 3.0