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

Screen::getWorkArea #119

Open
2 of 3 tasks
tonsky opened this issue Aug 19, 2021 · 0 comments
Open
2 of 3 tasks

Screen::getWorkArea #119

tonsky opened this issue Aug 19, 2021 · 0 comments
Labels
Design API design is needed before implementation Help Wanted Extra attention is needed Platform: X11

Comments

@tonsky
Copy link
Collaborator

tonsky commented Aug 19, 2021

This is the rectangle defining the portion of the screen in which it is currently safe to draw your application content.

The returned rectangle is always based on the current user-interface settings and does not include the area currently occupied by the dock and menu bar. Because it is based on the current user-interface settings, the returned rectangle can change between calls and should not be cached.

  • Windows
  • X11
  • macOS
@tonsky tonsky changed the title Screen::getVisibleRect Screen::getWorkArea Aug 21, 2021
@tonsky tonsky added Platform: X11 Design API design is needed before implementation Help Wanted Extra attention is needed labels Aug 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design API design is needed before implementation Help Wanted Extra attention is needed Platform: X11
Development

No branches or pull requests

1 participant