Show / Hide Table of Contents

Enum StickyAttributes

Attributes related to sticky keys and buttons.

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

Fields

Name Description
StickyKeys

Specify whether keyboard input should be sticky or not.

StickyMouseButtons

Specify whether mouse button input should be sticky or not.

See Also
SetInputMode(Window*, StickyAttributes, bool)
GetInputMode(Window*, StickyAttributes)
In This Article
Back to top Generated by DocFX