debugging
This commit is contained in:
@@ -218,6 +218,9 @@ impl Robot {
|
|||||||
}
|
}
|
||||||
_ => None,
|
_ => None,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
println!("mouse {:?}", opt);
|
||||||
|
|
||||||
if let Some(event_type) = opt {
|
if let Some(event_type) = opt {
|
||||||
let event = Event {
|
let event = Event {
|
||||||
event_type,
|
event_type,
|
||||||
|
|||||||
Reference in New Issue
Block a user