• Jeff Brown's avatar
    Only pointers which are down should be tracked. · 307b1bfd
    Jeff Brown authored
    This change ensures that we only store the results of a hit
    test on the initial pointer down event.  Moreover, we perform
    new hit tests each time a hovering pointer moves.  This is
    important to ensure correct behavior of input devices which can
    hover, such as mice.
    
    Previously the first hover movement after releasing a mouse
    button would cause a new pointer state to be recorded along with
    hit test results for wherever the pointer happened to be which
    caused the following pointer down event to be delivered to the
    wrong place.
    
    Fixes issue #1189.
    307b1bfd
Name
Last commit
Last update
..
auto_layout.dart Loading commit data...
block.dart Loading commit data...
box.dart Loading commit data...
debug.dart Loading commit data...
error.dart Loading commit data...
flex.dart Loading commit data...
grid.dart Loading commit data...
hit_test.dart Loading commit data...
image.dart Loading commit data...
layer.dart Loading commit data...
node.dart Loading commit data...
object.dart Loading commit data...
paragraph.dart Loading commit data...
proxy_box.dart Loading commit data...
shifted_box.dart Loading commit data...
sky_binding.dart Loading commit data...
stack.dart Loading commit data...
toggleable.dart Loading commit data...
view.dart Loading commit data...
viewport.dart Loading commit data...