ruffle/core
Aaron Hill fde46a72a4 avm2: Fix mouse picking on MovieClip in 'button mode'
We were previously performing a redundant 'self.hit_test_shape'
call in 'avm2_mouse_pick'. All of the logic in that function
is handled in `avm2_mouse_pick.` Additionally, this call happened
before we tested out children, which would result in us targeting
a parent's drawing instead of aa child.
2023-03-06 15:57:46 -06:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal fix(deps): update rust dependencies 2023-03-05 20:43:46 -06:00
macros fix(deps): update rust dependencies 2023-02-27 11:48:53 +02:00
src avm2: Fix mouse picking on MovieClip in 'button mode' 2023-03-06 15:57:46 -06:00
Cargo.toml fix(deps): update rust dependencies 2023-03-05 20:43:46 -06:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00