oops! consume text input events...

This commit is contained in:
Ryan Fleury
2024-01-23 18:56:55 -08:00
parent fd0feefcf2
commit 00ee0e58db
+1
View File
@@ -163,6 +163,7 @@ update_and_render(OS_Handle repaint_window_handle, void *user_data)
df_cmd_params_mark_slot(&params, DF_CmdParamSlot_String);
df_push_cmd__root(&params, spec);
df_gfx_request_frame();
os_eat_event(&events, event);
}
}
}