Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Mac OS X 项目。我正在使用单声道 Mac。我想模拟键盘按键和鼠标按键并移动,就像我们在 Windows 表单中使用的方法一样([DllImport("user32.dll")] ....)
我找到了一些 Obj-C 解决方案,但我无法将它移植到 Mono Mac。其中一些在此堆栈链接中: 设置鼠标位置
我自己找到了答案!您需要在 ObjC(在 CoreGraphics 中)中 P/Invoke 所需的类,您可以在 Mono 中轻松执行此操作,如下代码所示:
[DllImport(Constants.CoreGraphicsLibrary)]
问候,佩曼·莫尔塔扎维