ruffle/core
relrelb 5eb14572ac core: Fix moving objects while being dragged
`startDrag()` used to capture the offset between the mouse cursor
and dragged object. This is buggy when the dragged object position
is changed *while* being dragged, as the original offset no longer
holds.

Change the dragging mechanism to be based purely on mouse deltas,
eliminating said offset completely.

Fixes #10775.
2023-04-28 11:55:33 +03:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal chore(deps): lock file maintenance rust dependencies 2023-04-24 01:22:07 +02:00
macros chore(deps): lock file maintenance rust dependencies 2023-04-24 01:22:07 +02:00
src core: Fix moving objects while being dragged 2023-04-28 11:55:33 +03:00
Cargo.toml core: don't keep strong references to interned strings in the interner. 2023-04-27 00:17:31 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00