Re: Lilliput 8" and button mode
Have not tried that mode so not certain. How have you got your mouse movement set up in the config file, may be worth experimenting with.
Cut from config file :-
#=====================
# In Local mode, when you press on the TouchBuddy window, the mouse/cursor
# will move to the area of the button, but after pressing the button, the
# cursor will stay there. By defining the following value, TouchBuddy will
# move the mouse/cursor to the defined position after a button press.
# If its defined as "centre", the mouse/cursor will be moved to the centre
# of the currently active window.
# If its defined as "previous", the mouse-cursor will be moved to where
# TouchBuddy saw it last time round its 1 second timer loop (this option works
# remarkably well from my limited testing!)
#mouse_position_after_press = 320,240
# or
#mouse_position_after_press = centre
# or
#mouse_position_after_press = previous
#=====================
|