Table of Contents

Delegate Element.TextInputCallback

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

A delegate used for the OnTextInput event.

public delegate void Element.TextInputCallback(Element element, Keys key, char character)

Parameters

element Element

The current element

key Keys

The key that was pressed

character char

The character that was input

Extension Methods