Scaled display confusion with Windows #718
Unanswered
andrewfstratton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello - I've seen the recent bug fix for scaling with Windows - and I have this working - but I'm still finding some confusing features and I'm concerned these may change (and break my current code) :
GetScreenSize
- this returns the scaled (i.e. lower resolution) pixel limits of the screen - which seems wrong to meGetScaleSize()
to get the actual pixel resolution of the (main) display (i.e. the higher resolution) - again this seems wrongGetScaleSize(robotgo.GetMainId())
then this returns the scaled (lower resolution) limits of the main displayAny comments please?
Notes
Beta Was this translation helpful? Give feedback.
All reactions