Show / Hide Table of Contents

Delegate GLFWCallbacks.MonitorCallback

The function signature for monitor configuration callback functions.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.MonitorCallback(Monitor* monitor, ConnectedState state)
Parameters
Type Name Description
Monitor* monitor

The monitor that was connected or disconnected.

ConnectedState state

One Connected of or Disconnected.

See Also

SetMonitorCallback(MonitorCallback)
In This Article
Back to top Generated by DocFX