full scope implementation

This commit is contained in:
2026-07-11 21:56:47 +02:00
parent 7d281d1039
commit 2d6348c901
36 changed files with 2138 additions and 66 deletions
@@ -0,0 +1,6 @@
enum PHGesture: String {
case leftMouseDown = "left_mouse_down"
case rightMouseDown = "right_mouse_down"
case otherMouseDown = "other_mouse_down"
case scrollWheel = "scroll_wheel"
}