Hey,
I'm trying to get the mouseMoved event fired when I am moving the mouse over my window. But if I override the mouseMoved event to print a debug message nothing is happening. The mouseDown event does work. I read, that I have to set the "acceptsMouseMovedEvents" properties on my window, I did this in viewDidLoad of my ViewController (self.view.window?.acceptsMouseMovedEvents = true) but I dont get the mouseMoved event.
Could someone upload an working example of a window which only displays the mouse coordinates in two labels which updates their values when I move the mouse?
Thanks!
J0nas