Prepare sample delivery UI

This commit is contained in:
lenn
2026-06-09 11:05:18 +08:00
parent 79faa67dd8
commit 160ff54368
11 changed files with 970 additions and 826 deletions

View File

@@ -118,6 +118,10 @@ impl HudChartState {
push_summary_point(&mut self.summary_points, value);
}
pub fn clear_summary(&mut self) {
self.summary_points.clear();
}
pub fn record_pressure_matrix(&mut self, values: &[i32]) {
if values.is_empty() {
return;