HW integratation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user