debugging
This commit is contained in:
parent
56429196e2
commit
6e987477ba
|
@ -209,13 +209,13 @@ impl Robot {
|
|||
_ => None,
|
||||
}
|
||||
}
|
||||
WM_MOUSEMOVE => {
|
||||
let (x, y) = Self::get_mouse_point(l_param);
|
||||
Some(EventType::MouseMoveTo {
|
||||
x: x as f64,
|
||||
y: y as f64,
|
||||
})
|
||||
}
|
||||
// WM_MOUSEMOVE => {
|
||||
// let (x, y) = Self::get_mouse_point(l_param);
|
||||
// Some(EventType::MouseMoveTo {
|
||||
// x: x as f64,
|
||||
// y: y as f64,
|
||||
// })
|
||||
// }
|
||||
_ => None,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user