swithun-backup
Results
2
comments of
swithun-backup
I also encountered this problem in macOS Ventura 13.4 and rdev 0.5.3. Did you solve it?
`listen` also doesn't work. Here is my try: ```rust fn main() { if let Err(error) = listen(callback) { println!("Error: {:?}", error) } fn callback(event: Event) { println!("My callback {:?}", event);...