ruffle/core
David Wendt 9d4b222b29 core: AVM2 wants the same semantics as `Press`/`Release`, not `MouseDown`/`MouseUp`.
`MouseDown`/`MouseUp` are effectively broadcasts; they hit every movie clip that can accept them until one of them has a handler for it. AVM2 instead wants events that only apply to specific mouse-picked display objects, which means we need to use the Player-tracked events `Press`, `Release`, and `ReleaseOutside`. The only problem is that we also need to emit a `mouseUp` event on both `Release` and `ReleaseOutside`.
2022-01-22 19:58:32 -08:00
..
assets text: Add dummy implementation of device text 2019-10-07 23:23:45 -07:00
macros build(deps): bump syn from 1.0.84 to 1.0.85 2022-01-10 22:07:29 -08:00
src core: AVM2 wants the same semantics as `Press`/`Release`, not `MouseDown`/`MouseUp`. 2022-01-22 19:58:32 -08:00
Cargo.toml chore: Bump h263-rs git reference 2022-01-14 17:09:39 -08:00