Skip to content
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

Getting raw window handle, NSWindow, or the like #270

Open
mwcampbell opened this issue Aug 7, 2023 · 1 comment
Open

Getting raw window handle, NSWindow, or the like #270

mwcampbell opened this issue Aug 7, 2023 · 1 comment

Comments

@mwcampbell
Copy link

To allow applications to do platform-specific things not directly supported by jwm, such as injecting an accessibility implementation (e.g. as supported by AccessKit), jwm should allow the user to get the platform-specific window handle (e.g. HWND or NSWindow pointer). I think it would make sense to do this via methods on the platform-specific Window subclasses, such as winGetHwnd and macGetNSWindow.

@tonsky
Copy link
Collaborator

tonsky commented Aug 7, 2023

Good idea! Care to do a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants