Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

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

InputField.KeyPressed

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
protected function KeyPressed(evt: Event): EditState;
protected 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 appropreate action for that key.