Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TouchScreenKeyboard.Status

The status of the on-screen keyboard.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum TouchScreenKeyboard.Status

Fields

Value

Description

CanceledThe on-screen keyboard was canceled.
DoneThe user has finished providing input.
LostFocusThe on-screen keyboard has lost focus.
VisibleThe on-screen keyboard is visible.