decide it's better to leave them separate

This commit is contained in:
2025-09-25 14:32:20 -04:00
parent 552d66d90f
commit 273a92d1f7
3 changed files with 3 additions and 14 deletions

View File

@@ -222,6 +222,7 @@ impl Client {
if input_changed {
let window_size = self.window_size();
self.run_sensors(&cursor_state, window_size);
self.ui.run_sensors(&cursor_state, window_size);
}
match event {
WindowEvent::CloseRequested => event_loop.exit(),