标签: c# macos winforms
我是一位经验丰富的Windows / c开发人员,我正在尝试使用visual studio for mac编写我的第一个基于mac的程序。我想基本上使用这段代码:
Cursor.Position = new Point(x, y);
但是没有System.Windows.Forms引用添加,所以想知道如何在mac上使用此功能?
答案 0 :(得分:1)
如果你想在OSX上开发WinForms,你应该研究一下:
Mono
Porting into Mono