Open DangerMouseB opened 4 years ago
I don't see how to get it to work with the default pyd backend of autowrap (which is what autowrap:python is under the covers). I've looked at the docs and I think the only way out there is to define opCmp
. A workaround is to use the pynih backend after #270 gets merged.
Understood, thank you.
Hi Atila, I've pared this right down:
ex.d:
app.d:
dub.sdl:
test_ex.py
% python3 test_ex.py False True
I've tried adding opEquals to the struct. I had a quick look through the autowrap code and couldn't see opEquals anywhere though did find some occurrences of opCmp.
Could you double check if it's missing?
I'm on macos (the latest) + using autowrap cloned from github + dub --version -> DUB version 1.23.0, built on Sep 22 2020.