haiku/src
Philippe Saint-Pierre ed63a5d20c Tracker: Double-Click simplification
Double-click check was redoing what is essentially already done in input_server.

The way we were doing it, right clicking (or pressing a different button for the second click,
for that matter) wasn't clearing the fields remembered and thus not breaking the sequence.
So a third click returning to the correct sequence (in a short time) would get recognized
as a valid second click.  So a quick left-right-left would be seen by that method as left-left.

Also, clean up a previous fix I committed.  Removed the introduced Origin() method as it
is the LeftTop() method I was interested in and it is already existing.

Fix #8714
2012-08-18 22:13:09 -04:00
..
add-ons Some more string translations. 2012-08-16 20:13:40 +02:00
apps Some more string translations. 2012-08-16 20:13:40 +02:00
bin urlwrapper: add support for nfs: URI scheme 2012-08-09 21:28:26 +02:00
build Convert fs_host files from c back to cpp and style changes. 2012-08-13 18:51:59 -04:00
data Revert "Rename French (Bépo).keymap to use precomposed form." 2012-08-13 21:04:16 -04:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits Tracker: Double-Click simplification 2012-08-18 22:13:09 -04:00
libs CID 609387: Uninitialized pointer access. 2012-08-12 12:40:18 +01:00
preferences Fix build. 2012-08-16 21:23:42 +02:00
servers Reverse the meaning of BWindow fShowLevel to match BView. 2012-08-15 23:45:15 -04:00
system Move MSI initialization before IO-APIC to fix missing init. 2012-08-16 00:31:18 +02:00
tests Add a simpler test for BPushGameSound and attempt to fix the most striking mistakes in there. 2012-08-15 10:32:06 +02:00
tools Cleanup darwin build system some more. 2012-08-12 20:33:46 -04:00
Jamfile