As I continue adding features for my upcoming app I’m starting to work with NSEvents to add actions to user interaction. I’ve been amazed at how fast is to do this in Swift. For instance, detecting where the user presses a button in your window, and then converting it to the coordinate system of a …