OSDN Git Service

Add new hover move action and scroll wheel plumbing.
authorJeff Brown <jeffbrown@google.com>
Sat, 19 Feb 2011 13:07:28 +0000 (05:07 -0800)
committerJeff Brown <jeffbrown@google.com>
Sat, 19 Feb 2011 14:14:21 +0000 (06:14 -0800)
commit25943a83f255569738cc9f557544e8bafcf6a602
tree3d6def11580b215b362c5b167736580b056a589c
parent3ea4de826d95c580c28d854c677ded0d15d220a8
Add new hover move action and scroll wheel plumbing.

Added support for tracking the mouse position even when the mouse button
is not pressed.  To avoid confusing existing applications, mouse movements
are reported using the new ACTION_HOVER_MOVE action when the mouse button
is not pressed.

Added some more plumbing for the scroll wheel axes.  The values are
reported to Views but they are not yet handled by the framework.

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