Table of Contents

Enum EventPhase

Namespace
Xui.Core.UI.Input
Assembly
Core.dll

Defines the phase of event delivery through the view hierarchy.

public enum EventPhase

Fields

Bubble = 1

Event is bubbling from the target view up toward the root.

Tunnel = 0

Event is tunneling from the root down toward the target view.