Show / Hide Table of Contents

Enum JoystickHats

Status of a joystick hat.

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

Fields

Name Description
Centered

Hat is centered.

Down

Hat is pointing down.

Left

Hat is pointing left.

LeftDown

Hat is pointing down and to the left.

LeftUp

Hat is pointing up and to the left.

Right

Hat is pointing right.

RightDown

Hat is pointing down and to the right.

RightUp

Hat is pointing up and to the right.

Up

Hat is pointing up.

In This Article
Back to top Generated by DocFX