OSDN Git Service

Improve input event consistency invariants.
authorJeff Brown <jeffbrown@google.com>
Wed, 29 Jun 2011 03:08:48 +0000 (20:08 -0700)
committerJeff Brown <jeffbrown@google.com>
Wed, 29 Jun 2011 03:10:40 +0000 (20:10 -0700)
commit7832080b5aa548602bdf01287ef67b88de5be58c
treeb1206207f61da1ff50c2f9edd5954b5530f1b4e5
parent4bf81b14ec9e2bd363e402defb6b4ade60d7d8cd
Improve input event consistency invariants.

Fixed some issues where inconsistent streams of events could
be generated by the dispatcher, particularly when switching from
hovering with one device to hovering with another.

Fixed a bug where the touch pad would fail to generate a new
HOVER_MOVE following a tap event.  As a result, the hover event
stream would not resume until the user touched the touch pad
again.

Change-Id: I444dce84641fb12e56a0af84c931520771d6c493
libs/ui/InputTransport.cpp