]> git.mxchange.org Git - simgear.git/commit
Canvas: trigger missing events on mouseup.
authorThomas Geymayer <tomgey@gmail.com>
Sat, 29 Jun 2013 09:33:40 +0000 (11:33 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Sat, 29 Jun 2013 09:33:44 +0000 (11:33 +0200)
commitb0d6ed3844dc32c88559bcf898542cf35fb70988
treee9c5f5d5247ca884a0f3b9a0e8ee8534771294cb
parent5818366d92c7842df4487c78a447f3b2f00ff289
Canvas: trigger missing events on mouseup.

On mouseup send mouseout/mouseleave to old element and
mouseenter/mouseover to new element. This fixes hover
actions after dragging.
simgear/canvas/CanvasEventManager.cxx