Show / Hide Table of Contents

Delegate GLFWCallbacks.WindowMaximizeCallback

The function signature for window maximize/restore callback functions.

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

The window that was maximized or restored.

bool maximized

true if the window was maximized, or false if it was restored.

See Also

SetWindowMaximizeCallback(Window*, WindowMaximizeCallback)
In This Article
Back to top Generated by DocFX