-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[multi-monitor] getPixelColor with a negative x or y throws an error #160
Comments
@btjones How are your multiple monitors setup ? The Co-ordinate system depends on how your main monitor is setup. The main Monitor's lower left corner is (0, 0) with the X and Y axes increasing to the right and top sides respectively. Could you please check this information and post your monitor config ? |
I don't think this is going to work until we add direct multi monitor support. Each API probably has a different method of dealing with extra displays. |
I hook up an external monitor to my laptop and then alter the arrangement in System Preferences > Displays. So it's not always perfectly lined up at the bottom or the top. Sometimes the main display is on the left, sometimes the right, and they could even be on top of each other. Bottom line, can't depend on all monitors to be aligned at the bottom with the main display on the left. Depending on the setup there could be negative coordinates which I believe it causing this error. |
@btjones For sure, we just don't have multi-monitor support yet. It's on the roadmap! |
This issue has been closed because it has been inactive for > 180 days. |
Are there any updates on multi-monitor support? Thanks |
When
getPixelColor
is called with a negative x or y coordinate an error is thrown. This happen when using multiple monitors and going above or to the left of the main monitor (I've only test on OSX 10.11.2).This is very similar to #88
The text was updated successfully, but these errors were encountered: