nanogui
nanogui copied to clipboard
Accessing NVGcontext struct members in python
I'm to get access to the cache in order to do my own hit testing with nanovg like in:
https://github.com/memononen/nanovg/issues/197#issuecomment-113061221 without using nanvgui ontop.
I tried to def_readwrite the cache, but the NVGcontext is just a dummy typedef as I found in the sources. Is there a way I can get read access to the members of NVGcontext?