InputEventType

AUTO-GENERATED FILE – DO NOT EDIT MANUALLY

This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.

Declaration

1
public enum InputEventType

Summary

Input event types

Metadata

Namespace: GridPlacement.Core.Data

Source File: cs/Core/Data/InputEventData.cs

Assembly: GridPlacement.Core

Type: enum

Enum Values

MouseMove

1
MouseMove = 0

Mouse move event.


MouseButton

1
MouseButton = 1

Mouse button press/release event.


Key

1
Key = 2

Keyboard key event.


Touch

1
Touch = 3

Touch input event.