More wasm things, high-dpi browser tests
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5370e2ad6e
commit
5ed8eb4731
12 changed files with 61 additions and 53 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue