nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

Accessing NVGcontext struct members in python

Open schuster-rainer opened this issue 4 years ago • 0 comments

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?

schuster-rainer avatar Oct 30 '20 16:10 schuster-rainer