ui allocation scheme

This commit is contained in:
Krzosa Karol
2025-01-10 11:14:56 +01:00
parent 74a60e812d
commit 26d8c176a0
6 changed files with 108 additions and 46 deletions

View File

@@ -364,6 +364,7 @@ int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int n
frame.mouse_pos = w32_get_mouse_pos(w32_window_handle);
frame.delta = time_delta;
frame.update = time_update;
frame.frame = frame_counter;
b32 waited = w32_get_events(tcx.temp, &frame, wait_for_events);
if (waited) {