debugging

This commit is contained in:
crusader 2020-12-12 00:00:01 +09:00
parent 33d06b9cf8
commit 56429196e2

View File

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