-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to access macos events or raw Object ? #2674
Comments
This has nothing to do with glutin. I could guess that you're using winit, so I'll move issue there. In general you don't have access to such things. |
There is work in progress on the generic case in #2120, but no clear solution has emerged yet. |
@kchibisov thanks and sorry i am just trying to make a pr to a project using glutin so didnt really know where to open issue |
After #3758, listening to |
I was trying to implement openWith support for my app and on macos this is done using the events by overwriting the methods under NsApplication (thats my understanding of it) here
Is there a way to tap into these events somehow ?
The text was updated successfully, but these errors were encountered: