未验证 提交 be9039e3 编写于 作者: G Greg Spencer 提交者: GitHub

Add missing flag for embedder. (#12700)

Adding missing flag for IsFocusable that I missed in #12618
上级 cd1801c1
...@@ -170,6 +170,8 @@ typedef enum { ...@@ -170,6 +170,8 @@ typedef enum {
/// ///
/// Only applicable when kFlutterSemanticsFlagIsTextField flag is on. /// Only applicable when kFlutterSemanticsFlagIsTextField flag is on.
kFlutterSemanticsFlagIsReadOnly = 1 << 20, kFlutterSemanticsFlagIsReadOnly = 1 << 20,
/// Whether the semantic node can hold the user's focus.
kFlutterSemanticsFlagIsFocusable = 1 << 21,
} FlutterSemanticsFlag; } FlutterSemanticsFlag;
typedef enum { typedef enum {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册