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
Since the focus.py module imports ctypes, this likely works only on Windows.
focus.py
ctypes
TODO
relates to
The text was updated successfully, but these errors were encountered:
ctypes aparently might work on linux and mac, but not the way we are using it, so issue still stands ctypes.win32 or ctypes.windll
ctypes.win32
ctypes.windll
we use ctypes.windll.user32 in bqt, is this supported on mac? and linux? if not we should refactor
ctypes.windll.user32
Sorry, something went wrong.
No branches or pull requests
Since the
focus.py
module importsctypes
, this likely works only on Windows.TODO
relates to
The text was updated successfully, but these errors were encountered: