Table of Contents

Enum MouseOverState

Namespace
Stride.UI
Assembly
Stride.UI.dll

Describe the possible states of the mouse over an UI element.

public enum MouseOverState

Fields

MouseOverChild = 1

The mouse is over one of children of the element.

MouseOverElement = 2

The mouse is directly over the element.

MouseOverNone = 0

The mouse is neither over the element nor one of its children.