finished renaming things

This commit is contained in:
2026-01-09 06:03:59 +05:00
parent a60172ef9a
commit 4150a609e2
9 changed files with 67 additions and 67 deletions

View File

@@ -149,7 +149,7 @@ void tim_read_event(i32 timeout_ms) {
}
tim_update_screen_size(); // workaround, see WINDOW_BUFFER_SIZE_EVENT
e->type = TimEvent_Mouse;
e->key = TimKey_MouseButtonLeft;
e->key = TimKey_MouseButtonLeft;
e->x = rec.Event.MouseEvent.dwMousePosition.X - tim->window.Left;
e->y = rec.Event.MouseEvent.dwMousePosition.Y - tim->window.Top;
return;