Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

InputField.KeyPressed

protected UI.InputField.EditState KeyPressed(Event evt);

Parameters

evt The Event that is currently being processed.

Returns

EditState If we should continue processing events or we have hit an end condition.

Description

Process the Event and perform the appropriate action for that key.