You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 theResized
event treats the size as the outer size. But according to the documentation for theResized
event, that event provides the new size of the client area, which is the inner size. @DataTriny Can you please double check this?The text was updated successfully, but these errors were encountered: