Add wasm things to menus, fix up event handling

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-10 03:56:35 +01:00
parent d1d08e4704
commit 48a01f0b22
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 74 additions and 11 deletions

View file

@ -136,7 +136,11 @@ struct Initializer
{
using namespace rack;
#ifdef DISTRHO_OS_WASM
settings::allowCursorLock = true;
#else
settings::allowCursorLock = false;
#endif
settings::autoCheckUpdates = false;
settings::autosaveInterval = 0;
settings::devMode = true;