Update gesturedetector.lua

Aligns DEBUG line 84 with the DEBUG lines in input.lua for easier visual checking.
This commit is contained in:
Markismus
2013-12-24 19:56:26 +01:00
parent 66cf0fad2a
commit a30de54511

View File

@@ -81,7 +81,7 @@ function GestureDetector:feedEvent(tevs)
repeat
local tev = table.remove(tevs)
if tev then
DEBUG("tev fed to GestureDetector|",tev.x,"|",tev.y,"|",tev.id,"|",tev.slot,"|",tev.timev.sec,"|",tev.timev.usec)
DEBUG("tev fed|",tev.timev.sec,"|",tev.timev.usec,"|",tev.x,"|",tev.y,"|",tev.id,"| Evt",tev.slot)
local slot = tev.slot
if not self.states[slot] then
self:clearState(slot) -- initiate state