Show / Hide Table of Contents

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.

See Also

SetDropCallback(Window*, DropCallback)
In This Article
Back to top Generated by DocFX