feat: tap by ocr and cv

This commit is contained in:
debugtalk
2022-08-28 23:07:31 +08:00
parent 5effb3897c
commit 0ff59bebb5
5 changed files with 52 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ const (
// UI handling
uiHome MobileMethod = "home"
uiTapXY MobileMethod = "tap_xy"
uiTapByOCR MobileMethod = "tap_ocr"
uiTapByCV MobileMethod = "tap_cv"
uiTap MobileMethod = "tap"
uiDoubleTapXY MobileMethod = "double_tap_xy"
uiDoubleTap MobileMethod = "double_tap"