Delegate GLFWCallbacks.WindowCloseCallback
The function signature for window close callback functions.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.WindowCloseCallback(Window* window)
Parameters
Type | Name | Description |
---|---|---|
Window* | window | The window that the user attempted to close. |