Commit cf784bf
committed
TouchpadBackend: Make sure we don't steal gestures from other instances
If we managed to register our captured event handler before another
instance it can happen that we steal the gesture from the other
instance.
E.g. the user clearly swipes horizontal but once they swiped
long enough they drifted over the vertical threshold and we
will start stealing the gesture.1 parent 8072858 commit cf784bf
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
0 commit comments