1,269 questions
Install visual studio for Mac, then follow
https://learn.microsoft.com/en-us/xamarin/mac/get-started/hello-mac
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
this is a swift project.
i import cocoa framework and use NSEvent.mouseLocation; so i can get the mouse position.
` swift
import Foundation
import Cocoa
var point = NSEvent.mouseLocation;
print("x is ", point.x, " y is ", point.y);
`
How to do this in. NET Core?
Anyone can help me?
tks!
Install visual studio for Mac, then follow
https://learn.microsoft.com/en-us/xamarin/mac/get-started/hello-mac