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
Is there any way of forcing the content to resize to match the window size?
Thanks in advance
The text was updated successfully, but these errors were encountered:
No worries, i figured something out, I define SCREEN_SIZE_H = 928 SCREEN_SIZE_W = 522
SCREEN_SIZE_H = 928 SCREEN_SIZE_W = 522
and then use it when scaling for portrait
if self.scalep: x = 0 w = SCREEN_SIZE_W h = SCREEN_SIZE_H
if self.scalep:
x = 0
w = SCREEN_SIZE_W
h = SCREEN_SIZE_H
Sorry, something went wrong.
No branches or pull requests
Is there any way of forcing the content to resize to match the window size?
Thanks in advance
The text was updated successfully, but these errors were encountered: