Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

InputField.KeyPressed

Switch to Manual
protected function KeyPressed(evt: Event): EditState;

Parameters

evt The Event that is currently being processed.

Returns

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

Description

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