View Single Post
Old 01-07-2011, 12:53 PM   #55
Loo
Member
Loo began at the beginning.
 
Posts: 23
Karma: 16
Join Date: Apr 2010
Location: Moscow
Device: IREX DR 800
Quote:
Originally Posted by Mackx View Post
I looked a little into the code, I see some ways to get it into the configuration files, but only in theory, I have not changed any code yet. So if this really is a solution I could try to make it configurable for quick-tappers and slow-tappers.
Hello Mackx,
I've checked configuration code as well and it seemed hmm... a bit complex to me. If I'm not mistaken, config params are made as properties of very high level objects. It's probably worth to make this change in common FBReader project.
There is another parameter related to the issue. It's almost impossible to hit twice exactly the same point with stylus. Therefore in FBreader they put some 'tolerance', like +/- 5 pts. by both axes are considered as 'the same place'. This value is hardcoded in several places like in ZLTextView :: DoubleClickInfo :: update . I would parameterize this value as well.

Thanks,

Last edited by Loo; 01-07-2011 at 01:17 PM.
Loo is offline   Reply With Quote