I just ran into this question which sounds like it is my issue and my answer about "applicationWillTerminate". I still would love to know about keyboard events during LoginView.
I didn’t think I could access the textfield but I’m still a bit confused about why “IsSecureInputEventEnabled” returns false?
So long story short, it is not possible to disable secure input events on the password textfield? It is.
It is remote control application I’m working on. I need to be able to know the type of system cursors available and also know when the user changes the cursor image so I can notify my client.
I was hoping for something that delivers system wide cursor events like NSEvent.addLocalMonitorForEvents(matching: .cursorUpdate,handler: cursorEventReceived(_:)) does for local events.
I was just reading about xpc service and I read that they are like a "on demand" would they work for non stopping tasks like sending video frames over the network?
and another question. I just implemented and xpc service in my app, and I'm able send messages from he xpc service to my application, but is it possible to do it the other way around? have my application send messages to the xpc service so it can send it over the network?
my bad, I meant “sudo tccutil reset InputMonitoring appsidentifier”. But even without the sudo in it I get the same result "Failed to reset InputMonitoring approval status for appsIdentified"
I just ran into this question which sounds like it is my issue and my answer about "applicationWillTerminate". I still would love to know about keyboard events during LoginView.
I didn’t think I could access the textfield but I’m still a bit confused about why “IsSecureInputEventEnabled” returns false?
So long story short, it is not possible to disable secure input events on the password textfield? It is.
It is remote control application I’m working on. I need to be able to know the type of system cursors available and also know when the user changes the cursor image so I can notify my client.
I was hoping for something that delivers system wide cursor events like NSEvent.addLocalMonitorForEvents(matching: .cursorUpdate,handler: cursorEventReceived(_:)) does for local events.
I was just reading about xpc service and I read that they are like a "on demand" would they work for non stopping tasks like sending video frames over the network?
and another question. I just implemented and xpc service in my app, and I'm able send messages from he xpc service to my application, but is it possible to do it the other way around? have my application send messages to the xpc service so it can send it over the network?
my bad, I meant “sudo tccutil reset InputMonitoring appsidentifier”. But even without the sudo in it I get the same result "Failed to reset InputMonitoring approval status for appsIdentified"