ruffle/core
Mike Welsh b62040884c core: Make `DisplayObject::global_to_local` fallible
* `global_to_local` returns `None` if the object has zero scale.
 * Adjust AVM `globalToLocal` methods to return the untransformed
   point on failure.
 * Add `DisplayObject::mouse_to_local` to handle AVM `mouseX`
   and `mouseY` coordinates. For zero scale objects, these end up
   returning values based on the twips-to-pixels scale,
   divided by 20.
2023-03-31 16:26:11 -07: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-03-28 09:31:15 +03:00
macros chore(deps): lock file maintenance rust dependencies 2023-03-28 09:31:15 +03:00
src core: Make `DisplayObject::global_to_local` fallible 2023-03-31 16:26:11 -07:00
Cargo.toml core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00