More wasm things, high-dpi browser tests

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-06 15:17:27 +01:00
parent 5370e2ad6e
commit 5ed8eb4731
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
12 changed files with 61 additions and 53 deletions

View file

@ -287,7 +287,7 @@ struct SassyScopeWidget : ImGuiWidget {
do_show_scope_window(module != nullptr ? &module->scope : getFakeScopeInstance(), scaleFactor);
}
void onButton(const ButtonEvent& e)
void onButton(const ButtonEvent& e) override
{
// if mouse press is over draggable areas, do nothing so event can go to Rack
if (e.action == GLFW_PRESS)