Show / Hide Table of Contents

Delegate GLFWCallbacks.WindowFocusCallback

The function signature for window focus callback functions.

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

The window that gained or lost input focus.

bool focused

true if the window was given input focus, or false if it lost it.

See Also

SetWindowFocusCallback(Window*, WindowFocusCallback)
In This Article
Back to top Generated by DocFX