status
Returns the status of the on-screen keyboard. (Read Only)
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public TouchScreenKeyboard.Status status { get; }
Remarks
The status specifies if the on-screen keyboard is visible or if it was closed. The keyboard is closed when it loses focus or when the input is finished or canceled.