OSDN Git Service

Only consume touches up until the frame time
authorMichael Wright <michaelwr@google.com>
Mon, 21 Oct 2013 19:05:22 +0000 (12:05 -0700)
committerMichael Wright <michaelwr@google.com>
Mon, 21 Oct 2013 23:57:17 +0000 (23:57 +0000)
commit3223217aed6dcfa55b5b952cd6be71f70e41ba63
tree6b8badd17124202bd1a2ca77cb15896a7e21d2f5
parent8507586903fa803abf535853a169913f2cf2e555
Only consume touches up until the frame time

When resampling is disabled, it's currently possible to consume
touches after the current frame time. This breaks some guarantees and
could cause unexpected behaviors.

Change-Id: I99908a2cac2df9f795dd4a07188b4451213cf3e4
libs/input/InputTransport.cpp