[fix] GestureDetector typo (#4612)

pull/4613/head
Frans de Jonge 5 years ago committed by GitHub
parent 635927269d
commit f3a36f8285
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -514,7 +514,7 @@ function GestureDetector:handlePan(tev)
if msd_cnt > 0 then
prev_ms_ev = self.multiswipe_directions[msd_cnt][2]
fake_first_tev = {
[0] = {
[slot] = {
["x"] = prev_ms_ev.pos.x,
["y"] = prev_ms_ev.pos.y,
["slot"] = slot,

Loading…
Cancel
Save