Show / Hide Table of Contents

Delegate GLFWCallbacks.WindowIconifyCallback

The function signature for window iconify/restore callback functions.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.WindowIconifyCallback(Window* window, bool iconified)
Parameters
Type Name Description
Window* window

The window that was iconified or restored.

bool iconified

true if the window was iconified(minimized), or false if it was restored.

See Also

SetWindowIconifyCallback(Window*, WindowIconifyCallback)
In This Article
Back to top Generated by DocFX