未验证 提交 60b67800 编写于 作者: M Michael Goderbauer 提交者: GitHub

Add isTextField and isFocused flags for iOS (#4316)

上级 3021e8f6
......@@ -39,6 +39,8 @@ enum class SemanticsFlags : int32_t {
kIsChecked = 1 << 1,
kIsSelected = 1 << 2,
kIsButton = 1 << 3,
kIsTextField = 1 << 4,
kIsFocused = 1 << 5,
};
struct SemanticsNode {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册