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
Hi everybody
For a project i need to use win api to send keys and mouse click to an app, I want to automatise my workflow.
My issue is this crate take control over mouse and keyboard instead of send key to an handle like send message win32 api.
Do you think it’s possible to implement that or even give me clues so I can make it myself and share for those who’ll need too.
I have an old project that use this api in c# to send clicks to an another app maybe I can review and make a showcase of what I need in Rust.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everybody
For a project i need to use win api to send keys and mouse click to an app, I want to automatise my workflow.
My issue is this crate take control over mouse and keyboard instead of send key to an handle like send message win32 api.
Do you think it’s possible to implement that or even give me clues so I can make it myself and share for those who’ll need too.
I have an old project that use this api in c# to send clicks to an another app maybe I can review and make a showcase of what I need in Rust.
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions