Adam Barth 07a9cc758a DoubleTap gesture asserts when rejected
The pointer router was using an iteration pattern that always delivers
handleEvent calls even if you remove a route during the iteration.
That's awkward to program against and causes trouble for the double-tap
gesture.

This patch switches PointerRouter to using a re-entrant iteration
pattern that supports removing routes (but not adding routes) during the
iteration.
2016-01-10 23:12:37 -08:00
..
2015-12-13 23:34:41 -08:00
2015-12-07 19:24:25 -08:00
2016-01-04 16:34:39 -08:00
2015-12-01 20:36:52 -08:00