ruffle/tests/framework
Kamil Jarosz 1db34993a2 tests: Add AutomatedEvent::SetClipboardText
Currently in tests (input.json) it is possible to trigger Ctrl-V using:

    { "type": "TextControl", "code": "Paste" },

But there is no way of populating the clipboard.
This patch adds AutomatedEvent::SetClipboardText, so the clipboard
may be populated before pasting:

    { "type": "SetClipboardText", "text": "<value>" },
    { "type": "TextControl", "code": "Paste" },
2024-01-11 23:22:49 +01:00
..
src tests: Add AutomatedEvent::SetClipboardText 2024-01-11 23:22:49 +01:00
Cargo.toml fix(deps): update rust dependencies 2024-01-08 02:59:04 +01:00