Build XCUI splitter foundation and test harness
This commit is contained in:
18
tests/UI/Editor/integration/input/keyboard_focus/README.md
Normal file
18
tests/UI/Editor/integration/input/keyboard_focus/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Keyboard Focus Validation
|
||||
|
||||
可执行 target:
|
||||
|
||||
- `editor_ui_input_keyboard_focus_validation`
|
||||
|
||||
运行:
|
||||
|
||||
```bash
|
||||
build\tests\UI\Editor\integration\input\keyboard_focus\Debug\XCUIEditorInputKeyboardFocusValidation.exe
|
||||
```
|
||||
|
||||
检查点:
|
||||
|
||||
1. 按 `Tab`,焦点依次切换三个按钮
|
||||
2. 按 `Shift+Tab`,焦点反向切换
|
||||
3. 按 `Enter` 或 `Space`,当前 `focus` 按钮进入 `active`
|
||||
4. 松开按键后,`active` 清空
|
||||
Reference in New Issue
Block a user