This commit is contained in:
parent
529171e9fb
commit
4623d9a32b
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ fn main() -> ! {
|
|||
fn mouse_move(delay: &mut Delay, wait_time: u32, v: i8) {
|
||||
delay.delay_ms(wait_time);
|
||||
|
||||
// dummy comment for actions testing
|
||||
|
||||
let rep = MouseReport {
|
||||
x: 0,
|
||||
y: v,
|
||||
|
|
Loading…
Reference in a new issue