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