Show / Hide Table of Contents

Enum JoystickInputAction

Defines event information for GetJoystickButtons(int) and GetJoystickButtonsRaw(int, out int).

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum JoystickInputAction : byte

Fields

Name Description
Press

The joystick button was pressed.

Release

The joystick button was released.

In This Article
Back to top Generated by DocFX