Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isInPlaceEditingAllowed

Checks if the text within an input field can be selected and modified while TouchScreenKeyboard is open.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static bool isInPlaceEditingAllowed { get; }

Remarks

Usually, when TouchScreenKeyboard is open, the text within an input field cannot be selected and modified. For example, copy and paste is disabled. For Windows Store Apps on some devices, it is still possible to select and edit text when the on-screen keyboard is active.