mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update PointerLongPress.cs
This commit is contained in:
@@ -102,7 +102,7 @@ namespace TEngine
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//Core.ULogger.LogInfo("value:" + value + ",长按持续时间:" + _curTime);
|
//TLogger.LogInfo("value:" + value + ",长按持续时间:" + _curTime);
|
||||||
_curCallTime = 0;
|
_curCallTime = 0;
|
||||||
onLongPress?.Invoke(Mathf.FloorToInt(value));
|
onLongPress?.Invoke(Mathf.FloorToInt(value));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user