chore: Add trace log for scaled coordinates in ControlScaleProxy click & swipe

This commit is contained in:
uye
2024-06-01 00:18:31 +08:00
parent 10dd024bcf
commit 3fa6e72604
3 changed files with 8 additions and 1 deletions

View File

@@ -130,7 +130,6 @@ bool asst::MinitouchController::use_swipe_with_pause() const noexcept
bool asst::MinitouchController::click(const Point& p)
{
if (!m_minitoucher) {
Log.error("minitoucher is not initialized");
return false;