This commit is contained in:
galister
2025-12-11 21:26:25 +09:00
parent 12524fec96
commit 4314610244
8 changed files with 19 additions and 22 deletions

View File

@@ -235,7 +235,7 @@ impl OverlayBackend for ScreenBackend {
MOUSE_RIGHT => MOUSE_LEFT,
other => other,
};
};
}
if pressed {
set_next_move(u64::from(app.session.config.click_freeze_time_ms));