更新Steam网络信息,添加用户信息更新功能以获取延迟和中继状态

This commit is contained in:
Ayndpa
2025-11-18 21:45:42 +08:00
parent e7a09f9d92
commit d1d26ad0f0
4 changed files with 20 additions and 28 deletions

View File

@@ -113,6 +113,9 @@ int main() {
// Run Steam callbacks
SteamAPI_RunCallbacks();
// Update Steam networking info
steamManager.update();
// Start ImGui frame
ImGui_ImplOpenGL3_NewFrame();
ImGui_ImplGlfw_NewFrame();