Table of Contents

Enum JoystickHatState

Namespace
Sdl3Sharp.Input
Assembly
Sdl3Sharp.dll

Represents the position of a POV hat on a joystick

public enum JoystickHatState : byte

Fields

Centered = 0

Centered position

Down = 4

Down position

Left = 8

Left position

LeftDown = 12

Left-Down position

LeftUp = 9

Left-Up position

Right = 2

Right position

RightDown = 6

Right-Down position

RightUp = 3

Right-Up position

Up = 1

Up position