improve debug experience

This commit is contained in:
2025-04-08 07:52:55 +01:00
parent 6e3aa70398
commit c1c1547e4d
6 changed files with 70 additions and 31 deletions
+1
View File
@@ -6,6 +6,7 @@ use windows::Win32::UI::Input::KeyboardAndMouse::{
pub const INTERVAL: Duration = Duration::from_secs(60);
const VK_SHIFT: u8 = 16;
#[derive(Debug)]
pub struct AntiAfk {
pub enabled: bool,
pub interval: Instant,