Build XCUI splitter foundation and test harness
This commit is contained in:
17
tests/UI/Editor/integration/input/pointer_states/README.md
Normal file
17
tests/UI/Editor/integration/input/pointer_states/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Pointer States Validation
|
||||
|
||||
可执行 target:
|
||||
|
||||
- `editor_ui_input_pointer_states_validation`
|
||||
|
||||
运行:
|
||||
|
||||
```bash
|
||||
build\tests\UI\Editor\integration\input\pointer_states\Debug\XCUIEditorInputPointerStatesValidation.exe
|
||||
```
|
||||
|
||||
检查点:
|
||||
|
||||
1. hover 左侧按钮,只应变化 `hover`
|
||||
2. 按住中间按钮,应看到 `focus`、`active`、`capture`
|
||||
3. 拖到右侧再松开,应看到 `capture` 清空,route 转到新的目标
|
||||
Reference in New Issue
Block a user