Show / Hide Table of Contents

Delegate GLFWCallbacks.JoystickCallback

The function signature for joystick configuration callback functions.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public delegate void GLFWCallbacks.JoystickCallback(int joystick, ConnectedState state)
Parameters
Type Name Description
int joystick

The joystick that was connected or disconnected.

ConnectedState state

One of Connected or Disconnected.

See Also

SetJoystickCallback(JoystickCallback)
In this article
Back to top Generated by DocFX