Table of Contents

Enum UiControls.NavigationType

Namespace
MLEM.Ui
Assembly
MLEM.Ui.dll

An enumeration type that represents the possible types of navigation that a UiControls instance supports. This is used by NavType, which stores the most recently used navigation type for a UiSystem.

public enum UiControls.NavigationType

Fields

Gamepad = 4

Gamepad-style navigation, which may also include arrow key-based navigation based on current UiControls settings.

Keyboard = 2

Keyboard navigation.

Mouse = 1

Mouse cursor and mouse button navigation.

Touch = 3

Touch and gesture navigation.

Unknown = 0

An unknown navigation type, which usually means there has not been any ui navigation of any type yet.