Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

UI.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 a end conition.

Description

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