ImGui::Text("HoveredId: 0x%08X/0x%08X (%.2f sec)",g.HoveredId,g.HoveredIdPreviousFrame,g.HoveredIdTimer);// Data is "in-flight" so depending on when the Metrics window is called we may see current frame information or not
ImGui::Text("HoveredId: 0x%08X/0x%08X (%.2f sec)",g.HoveredId,g.HoveredIdPreviousFrame,g.HoveredIdTimer);// Data is "in-flight" so depending on when the Metrics window is called we may see current frame information or not
ImGui::SameLine();ShowHelpMarker("Your application can render a different mouse cursor based on what ImGui::GetMouseCursor() returns. If software cursor rendering (io.MouseDrawCursor) is set ImGui will draw the right cursor for you, otherwise your backend needs to handle it.");
ImGui::SameLine();ShowHelpMarker("Your application can render a different mouse cursor based on what ImGui::GetMouseCursor() returns. If software cursor rendering (io.MouseDrawCursor) is set ImGui will draw the right cursor for you, otherwise your backend needs to handle it.");