控制拖动事件,长按触发次数控制

This commit is contained in:
lixiaopeng
2022-08-10 11:13:06 +08:00
parent d41f3ae686
commit c23af3cc70
5 changed files with 60 additions and 23 deletions

View File

@@ -319,4 +319,9 @@ public interface IMogoMapUIController {
*/
void setLockMode(boolean isLock);
/**
* 设置手势滑动失效
*/
void setScrollGesturesEnable(boolean isEnable);
}