Show / Hide Table of Contents

Enum InputAction

Defines event information for GLFWCallbacks.KeyCallback or GLFWCallbacks.MouseButtonCallback.

Namespace: OpenTK.Windowing.GraphicsLibraryFramework
Assembly: OpenTK.Windowing.GraphicsLibraryFramework.dll
Syntax
public enum InputAction

Fields

Name Description
Press

The key or mouse button was pressed.

Release

The key or mouse button was released.

Repeat

The key was held down until it repeated.

In This Article
Back to top Generated by DocFX