debugging
This commit is contained in:
parent
33d06b9cf8
commit
56429196e2
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user