Commit 36aac90
Fix mouse movements capture
Mouse movements weren't captured when moving from right to left
and from bottom to top.
This kind of movements result in a negative distance and they were
not capture due to the sensibility check, which prevents every
pixel on a movement to be captured.1 parent acc0266 commit 36aac90
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments