Skip to content

Commit

Permalink
Update input.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
topminipie authored Feb 7, 2024
1 parent 2d101ee commit 9e75381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/rs/src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
use libc::*;
use libc::{c_char, c_int};
use ndk::event::{MotionAction, MotionEvent};
use std::{io::Write};
use std::io::Write;
use std::mem;
use std::thread;
use uinput_sys::*;

use once_cell::sync::Lazy;
use std::sync::mpsc::{ channel, Sender};
use std::sync::mpsc::{channel, Sender};
use std::sync::Mutex;

use log::info;
Expand Down

0 comments on commit 9e75381

Please sign in to comment.