From 3542a790600ec059f0daadc8636147b2a21bc9cf Mon Sep 17 00:00:00 2001 From: pascald Date: Sat, 3 May 2025 01:09:29 +0200 Subject: [PATCH] final changes for better touch function --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 9f8d2f3..5506132 100644 --- a/main.py +++ b/main.py @@ -713,6 +713,7 @@ async def main(): result = None if pygame.FINGERUP and touch_start: result = await touch(event) + print(result) if await is_LEFT_event(event) or result == "ontop": can_tip = current_case.length_units * UNIT_HEIGHT <= TRAILER_HEIGHT