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

accesskit_winit Unix backend seems to be misinterpreting resize event #311

Closed
mwcampbell opened this issue Nov 4, 2023 · 0 comments · Fixed by #312
Closed

accesskit_winit Unix backend seems to be misinterpreting resize event #311

mwcampbell opened this issue Nov 4, 2023 · 0 comments · Fixed by #312
Assignees

Comments

@mwcampbell
Copy link
Contributor

I was looking at accesskit_winit's event handling, particularly in the Unix backend, to see if there's any way we could avoid requiring the windo parameter. I noticed that our handler for the Resized event treats the size as the outer size. But according to the documentation for the Resized event, that event provides the new size of the client area, which is the inner size. @DataTriny Can you please double check this?

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