Delegate GLFWCallbacks.WindowContentScaleCallback
This is the function pointer type for window content scale callbacks.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.WindowContentScaleCallback(Window* window, float xscale, float yscale)
Parameters
| Type | Name | Description |
|---|---|---|
| Window* | window | The window whose content scale changed. |
| float | xscale | The new x-axis content scale of the window. |
| float | yscale | The new y-axis content scale of the window. |