You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inject_keyboard_input method is expecting a collection interface (IIterable<T>) rather than an array. That explains the parameter mismatch. Unfortunately, Rust/WinRT doesn't yet support implementing polymorphic collections. I'm working on that now. #81
I'm trying to use
InputInjector
and this is as much as I have managed:It fails to compile with this error (on the
inject_keyboard_input
line):I have also tried
Param::Borrowed
. Any suggestions?The text was updated successfully, but these errors were encountered: