Table of Contents

Delegate Element.GamepadNextElementCallback

Namespace
MLEM.Ui.Elements
Assembly
MLEM.Ui.dll

A delegate used by GetGamepadNextElement.

public delegate Element Element.GamepadNextElementCallback(Direction2 dir, Element usualNext)

Parameters

dir Direction2

The direction of the gamepad button that was pressed

usualNext Element

The element that is considered to be the next element by default

Returns

Element
A delegate used by .
Extension Methods