Table of Contents

Enum InputSourceType

Namespace
MoonBark.GridPlacement.Core.Services.Targeting
Assembly
MoonBark.GridPlacement.Core.dll

Defines the type of input source.

public enum InputSourceType

Fields

Agent = 3

AI agent input (programmatic control).

Custom = 5

Custom or unknown input source.

Gamepad = 1

Gamepad input device.

Keyboard = 4

Keyboard input device.

Mouse = 0

Mouse input device.

Touch = 2

Touch input device.