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
Currently to capture a full screen (on Mac), I either need to write the width and height literals from the system settings or retrieve them from Winit. If you are already using the native platform windowing APIs under the hood, I think you should be able to provide an API to fill out the source_rect parameters dynamically.
The text was updated successfully, but these errors were encountered:
Currently to capture a full screen (on Mac), I either need to write the width and height literals from the system settings or retrieve them from Winit. If you are already using the native platform windowing APIs under the hood, I think you should be able to provide an API to fill out the source_rect parameters dynamically.
The text was updated successfully, but these errors were encountered: