fix bug in wasm app

This commit is contained in:
Krzosa Karol
2025-01-06 08:35:37 +01:00
parent 20a73af374
commit 773eeb1cbf

View File

@@ -47,6 +47,7 @@ fn void app_init(void);
fn void wasm_add_event(app_event_t event) {
app_event_t *ev = ma_push_type(tcx.temp, app_event_t);
*ev = event;
ev->alt = wasm_cached.alt;
ev->ctrl = wasm_cached.ctrl;
ev->meta = wasm_cached.meta;