|
As I said, we had some issues with gestures and we mainly focused on the gestures on the list views...
The gestures.xml has basic settings...
ENABLEGESTURES = True/False - enables or disables gestures
GESTUREOFFSET = This is in pixels and is how much change on the screen determines a gesture, so if click the mouse and you move this pixel amount, it registers as a gesture
DETECTIONTIME = This is the amount of time in ms to look for the pixel change in the offset above, so the on mouse down it starts to wait the detection time, checks how much you moved and compares to the offset. If the offset amount has changed, then it's a gesture, otherwise continue with a normal button press
GESTUREDISTANCEX = This is the amount of pixels before firing the gesture when moving left/right
GESTUREDISTANCEY = This is the amount of pixels before firing the gesture when moving up/down
GESTURE1-4 = These are the actions you can set, GESTURE1 is moving UP, GESTURE2 is moving to the RIGHT, GESTURE3 is moving DOWN, and GESTURE4 is moving to the LEFT
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|