fix slider behavior with multiple pointers

This commit is contained in:
galister
2025-12-20 19:56:43 +09:00
parent 4c06fef35d
commit a60476b47e
4 changed files with 27 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
use std::{
f32,
sync::{
atomic::{AtomicUsize, Ordering},
Arc,
atomic::{AtomicUsize, Ordering},
},
};