We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would we great if it was possible to know what screens are available without going through each ID starting at 0 until the constructor fails.
In the simplest case having a way to get a number i with j ∈ 0..=i for which it wouldn't be pointless to call Capturer::new(j).
i
j ∈ 0..=i
Capturer::new(j)
This would for example be used in a screenshot utility program to let the user pick from a list of available screens before doing any real work.
Some more metadata to go along with that would also be great but I would see that as a bonus. E.g.:
Thanks for your time and work on this project.
The text was updated successfully, but these errors were encountered:
That would definitely be useful. I may look into adding it at some point, but I'll gladly accept any PRs before then :)
Sorry, something went wrong.
No branches or pull requests
It would we great if it was possible to know what screens are available without going through each ID starting at 0 until the constructor fails.
In the simplest case having a way to get a number
i
withj ∈ 0..=i
for which it wouldn't be pointless to callCapturer::new(j)
.This would for example be used in a screenshot utility program to let the user pick from a list of available screens before doing any real work.
Some more metadata to go along with that would also be great but I would see that as a bonus. E.g.:
Thanks for your time and work on this project.
The text was updated successfully, but these errors were encountered: