Show / Hide Table of Contents

Delegate GLFWCallbacks.CursorEnterCallback

The function signature for cursor enter/leave callback functions.

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

The window that received the event.

bool entered

true if the cursor entered the window's client area, or false if it left it.

See Also

SetCursorEnterCallback(Window*, CursorEnterCallback)
In This Article
Back to top Generated by DocFX