Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Jan 6, 2024
1 parent 87fa4e6 commit c753e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/macos/macos_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ impl Keyboard for Enigo {
Ok(Some(()))
}

#[allow(clippy::too_many_lines)]
fn key(&mut self, key: Key, direction: Direction) -> InputResult<()> {
debug!("\x1b[93mkey(key: {key:?}, direction: {direction:?})\x1b[0m");
// Nothing to do
Expand Down

0 comments on commit c753e8d

Please sign in to comment.