techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
161 stars 23 forks source link

focus method uses ctypes.windll on mac OS #75

Open hannesdelbeke opened 1 year ago

hannesdelbeke commented 1 year ago

Since the focus.py module imports ctypes, this likely works only on Windows.

TODO

relates to

hannesdelbeke commented 1 year ago

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

we use ctypes.windll.user32 in bqt, is this supported on mac? and linux? if not we should refactor