-
Notifications
You must be signed in to change notification settings - Fork 120
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
Legion grid uses incorrect screen capture on secondary monitors #116
Comments
This turned out not to be a simple fix due to a limitation in the PIL ImageGrab.grab() functionality, which cannot grab outside the primary monitor (see related issue on PIL repo). I proposed a fix on that issue, but it requires modifying the C library PIL depends on, so it's not a simple python patch. I've got some python/ctypes code that I wrote to troubleshoot and test my proposed PIL fixes. I'm going to clean that up and add it to a replacement for |
Hmm. Good find, about PIL. And I'm very much in favor of replacing |
Fixes #116 - Multimonitor support for Legion grid
OK, I'll keep that in mind as I'm working on other grid improvements. |
The Legion command always sends a screen capture the primary monitor to the TiRG DLL, regardless of what monitor your invoking the grid on (e.g. saying "Legion 2").
The text was updated successfully, but these errors were encountered: