Re: How to emulate right-click with evdev + touchscreen

2010-09-17 Thread Sam Lin
xf86-input-evtouch has such feature. maybe can borrow from there 於 2010年09月17日 14:09, Peter Hutterer 提到: On Tue, Sep 14, 2010 at 12:08:18PM +0800, Hong Liu wrote: Is there an option in evdev to emulate right-click, or how to emulate it with evdev? unfortunately, there is no feature in the evd

Re: evcalibrate

2010-01-26 Thread Sam Lin
thanks for your work. and suggest to take a look on future migration from hal to udev. some info: https://wiki.edubuntu.org/X/InputConfiguration Sam 於 2010年01月27日 12:22, Alan McCosh 提到: Tias, I'm impressed by xinput_calibrate's design, especially with the research you did before writing it.

[PATCH] evdev: Support proximity mode of tablet

2009-12-01 Thread Sam Lin
The idea is tablet report BTN_TOOL_PEN event while in proximity mode. evdev should avoid translate this event to BTN_LEFT so tablet can move cursor without button pushed. --- xserver-xorg-input-evdev-2.2.5/src/evdev.c 2009-08-21 07:01:37.0 +0800 +++ xserver-xorg-input-evdev-2.2.5-sam/src/