TextEdit.virtualKeyboardEnabled

If true, the native virtual keyboard is shown when focused on platforms that support it.

  1. bool virtualKeyboardEnabled [@property getter]
  2. bool virtualKeyboardEnabled [@property setter]
    struct TextEdit
    @nogc nothrow @property
    void
    virtualKeyboardEnabled
    (
    bool v
    )

Meta