Change #12

Merged
hodasemi merged 10 commits from actions_testing into master 2023-08-15 09:34:30 +00:00
Showing only changes of commit 4623d9a32b - Show all commits

View file

@ -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,