开发者

How to use IronAHK Rusty library directly from C#

开发者 https://www.devze.com 2023-02-20 11:22 出处:网络
It\'s a long time already as I wondering about how to mix autohotkey and C#. At the current moment I want to set global key hook. Something like this:

It's a long time already as I wondering about how to mix autohotkey and C#. At the current moment I want to set global key hook. Something like this:

SetGlobalHook("F9", MyDelegate);

It looks that Rusty library doesn't supposed to be used directly in开发者_如何学JAVA such a way. So, I'm afraid to simply change all internal to public and recompile it.

Please don't suggest solutions other then through IronAHK, I know about them.

0

精彩评论

暂无评论...
验证码 换一张
取 消