Delegate GLFWCallbacks.DropCallback
The function signature for file drop callbacks.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.DropCallback(Window* window, int count, byte** paths)
Parameters
Type | Name | Description |
---|---|---|
Window* | window | The window that received the event. |
int | count | The number of dropped files. |
byte** | paths | The UTF-8 encoded file and/or directory path names. |