summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2022-12-01 10:16:49 -0600
committerDudemanguy <random342@airmail.cc>2022-12-01 11:14:03 -0600
commit11229e7f7177220dd1607625a3a1bfc9d34a5f51 (patch)
tree9ab80a665e2c90ea4aebfefba75755f596ccdf6b /wscript
parentbca516bd2c282670aa2c92663329e7d5ddf978e0 (diff)
downloadmpv-11229e7f7177220dd1607625a3a1bfc9d34a5f51.tar.bz2
mpv-11229e7f7177220dd1607625a3a1bfc9d34a5f51.tar.xz
wayland: check for resize/move in touch event first
8300830951e2b0b90b22fc7d33b7556ed05e139c rearranged/simplified some of the wayland touch code mainly because what was there before was completely broken on my machine in those days (dragging was unreliable, resizing was really buggy, etc.). However, one user said that touch input no longer worked for him after that change. I could not ever reproduce it, but it seems the issue was putting down the key before testing for resize/move in the code. Now who knows why this actually matters, but apparently it works for the user in question and I don't observe any unexpected behavior on my end when swapping the order. Like the mouse/pointer code, we also now do a test for dragging before actually trying a resize/move which is a little more consistent than before. Fixes #9771.
Diffstat (limited to 'wscript')
0 files changed, 0 insertions, 0 deletions