ruffle/render
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
..
canvas render: Take in dirty region in update_texture, only upload those pixels 2023-03-31 16:57:52 +02:00
naga-agal 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
webgl render: Take in dirty region in update_texture, only upload those pixels 2023-03-31 16:57:52 +02:00
wgpu wgpu: Use swap_remove instead of remove for buffer pool 2023-03-31 16:57:52 +02:00
Cargo.toml chore(deps): lock file maintenance rust dependencies 2023-03-28 09:31:15 +03:00