Qingping Hou
|
d3e0424122
|
add setTimeOut method in inputevent.lua
adapt all the state machine to use setTimeOut. Now supported gestures
includes tap, double tap and hold.
|
2012-11-17 13:41:26 -05:00 |
|
Qingping Hou
|
a8e4c6ed73
|
add setTimeOut method in inputevet and use it in gesturedetector
|
2012-11-16 18:55:13 -05:00 |
|
Qingping Hou
|
032a71cbc4
|
bug fix in single tap detection
|
2012-11-11 14:30:35 +08:00 |
|
Qingping Hou
|
3486ae7e09
|
first demo of gesture parsing
|
2012-11-11 14:30:35 +08:00 |
|
Qingping Hou
|
e000bde0be
|
remove old comment in inputevent init
|
2012-11-05 10:50:15 -05:00 |
|
Qingping Hou
|
03595f8701
|
use os.remove instead of calling "rm" in os.execute
|
2012-11-05 10:27:21 -05:00 |
|
Qingping Hou
|
c96fc292f9
|
adapt inputevent.lua to new emu input implementaion
|
2012-11-04 11:19:31 +08:00 |
|
Qingping Hou
|
e07c1d147f
|
add multi-touch event definitions from linux/input.h
|
2012-10-21 01:25:48 +08:00 |
|
Qingping Hou
|
2985d27569
|
rewrite device detection
|
2012-10-14 14:22:01 +08:00 |
|
Qingping Hou
|
ca46092f1b
|
fix naming for fake events device, part 2
|
2012-06-24 10:13:24 +08:00 |
|
Qingping Hou
|
271701edfe
|
screensaver and usbplugin events support
|
2012-06-14 01:52:08 +08:00 |
|
Qingping Hou
|
2d104d7792
|
adjust keycodes for k4 & add device.lua
|
2012-06-13 21:27:38 +08:00 |
|
Qingping Hou
|
b71ac38d3b
|
exit KPV on Ctrl+C
|
2012-06-12 21:18:39 +08:00 |
|
Qingping Hou
|
e4160a9909
|
fix table index in sequenceToString method
|
2012-06-04 10:38:52 +08:00 |
|
HW
|
60ccd7441e
|
fixed menu info displaying, replaced debug() by DEBUG()
the replacement of debug() was necessary to be able to access the lua library "debug" (for backtraces etc.)
|
2012-05-28 18:59:16 +02:00 |
|
HW
|
9e531fc2db
|
file reorganisation
all lua frontend files are now in the frontend/ directory.
all old code is cleaned up.
|
2012-05-19 01:10:57 +02:00 |
|