Delegate GLFWCallbacks.CharCallback
The function signature for Unicode character callback functions.
Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.CharCallback(Window* window, uint codepoint)
Parameters
Type | Name | Description |
---|---|---|
Window* | window | The window that received the event. |
uint | codepoint | The Unicode code point of the character. |