Update PointerLongPress.cs

This commit is contained in:
ALEXTANG
2022-05-26 11:17:27 +08:00
parent 2411506416
commit 52bf19a946

View File

@@ -102,7 +102,7 @@ namespace TEngine
}
}
//Core.ULogger.LogInfo("value" + value + ",长按持续时间:" + _curTime);
//TLogger.LogInfo("value" + value + ",长按持续时间:" + _curTime);
_curCallTime = 0;
onLongPress?.Invoke(Mathf.FloorToInt(value));
}