Implement openBrowser for wasm
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c14eee850b
commit
74b41e1713
5 changed files with 28 additions and 10 deletions
|
|
@ -342,7 +342,7 @@ void Scene::onHoverKey(const HoverKeyEvent& e) {
|
|||
e.consume(this);
|
||||
}
|
||||
if (e.key == GLFW_KEY_F1 && (e.mods & RACK_MOD_MASK) == 0) {
|
||||
system::openBrowser("https://vcvrack.com/manual/");
|
||||
patchUtils::openBrowser("https://vcvrack.com/manual/");
|
||||
e.consume(this);
|
||||
}
|
||||
if (e.key == GLFW_KEY_F3 && (e.mods & RACK_MOD_MASK) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue