This commit is contained in:
sxyazi 2024-06-08 18:22:43 +08:00
parent 376a0b8c0d
commit cbc785b44d
No known key found for this signature in database

View file

@ -171,7 +171,7 @@ mod mouse {
}
#[cfg(windows)]
fn execute_winapi(&self) -> io::Result<()> {
fn execute_winapi(&self) -> std::io::Result<()> {
if MANAGER.mouse_events.is_empty() {
Ok(())
} else if self.0 {