View Single Post
Old 12-16-2013, 12:58 PM   #895
Markismus
Guru
Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.Markismus actually read the MS Office License Agreement.
 
Markismus's Avatar
 
Posts: 972
Karma: 153081
Join Date: Jul 2013
Location: Rotterdam
Device: HiSenseA5ProCC, OnyxNotePro, Note5, Kobo Glo, Aura
Quote:
Originally Posted by Ken Maltby View Post
My current line 84:
DEBUG("tev fed to GestureDetector|",tev.x.."|"..tev.y.."|"..tev.id.. "|"..tev.slot.."|"..tev.timev.sec.."|"..tev.timev. usec)

Are you guys talking about replacing all the ".." with "," ? Or just certain ones, like the trailing or leading ones? Or do you mean to replace the "," in ",tev.x.." with ".." to match the others?
When you're done line 84 in gesturedetector.lua should look like this:
Code:
DEBUG("tev fed to GestureDetector|",tev.x,"|",tev.y,"|",tev.id,"|",tev.slot,"|",tev.timev.sec,"|",tev.timev.usec)
See the changes on github here.
Markismus is offline   Reply With Quote