HW integratation
Python CI / test (3.12) (push) Successful in 7m1s
Python CI / test (3.13) (push) Successful in 7m10s

This commit is contained in:
2025-11-11 11:57:39 +01:00
parent 5a573c901e
commit 70c0b4a1f2
19 changed files with 4082 additions and 21 deletions
+4
View File
@@ -25,6 +25,10 @@ class GestureType(Enum):
DRAG_MOVE = "drag_move" # Continue dragging
DRAG_END = "drag_end" # End dragging/selection
# Accelerometer-based gestures
TILT_FORWARD = "tilt_forward" # Tilt device forward (page forward)
TILT_BACKWARD = "tilt_backward" # Tilt device backward (page back)
@dataclass
class TouchEvent: