start adding edit_step

This commit is contained in:
Jannes Magnusson
2025-10-19 11:00:28 +02:00
parent eb32f089ad
commit 1e62bd77d1
9 changed files with 204 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ class ButtonsManager(View):
def __init__(self, parent, im_size, center, curr_view):
self.current_view: ButtonInterface = curr_view
self.long_press_threshold = 1000 # milliseconds
self.long_press_threshold = 500 # milliseconds
self.left_press_start = None
self.right_press_start = None
self.both_press_start = None