ruffle/core
Mike Welsh 86ec2c6cb8 input: Add InputBackend::set_mouse_cursor. Change cursor on buttons
It doesn't feel like Flash without having the hand cursor display
when hovering over buttons. First pass at implementing this;
core communicates which mouse cursor to use via
`InputBackend::set_mouse_cursor`.

TODO: Hand cursor only displayed for Button display objects
currently. Movie clips should also display this when they are in
"button mode" (when a button mouse event is set on them in AVM1,
or `buttonMode` property in AVM2).
2020-02-25 02:50:26 -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.13 to 1.0.14 2020-01-20 18:56:56 +00:00
src input: Add InputBackend::set_mouse_cursor. Change cursor on buttons 2020-02-25 02:50:26 -08:00
tests tests: Add temporary test for MovieClip.getRect 2020-02-24 14:12:48 -08:00
Cargo.toml Add separate libraries for each loaded movie. 2020-02-21 23:57:56 -05:00