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 |
|