Step 170: UI event bus

This commit is contained in:
Bill
2026-02-09 21:35:54 -07:00
parent 454bd5eb8a
commit 6f62dccf04
9 changed files with 234 additions and 19 deletions

View File

@@ -253,6 +253,7 @@ int main(int, char**) {
state.updateEmacsFunctionIndex();
}
state.refreshEmacsModeLine(ImGui::GetTime());
state.events.tick(ImGui::GetTime());
// --- Start frame ---
ImGui_ImplOpenGL3_NewFrame();