Hi,
first of all thanks to this library. This is such an interesting project.
I wonder how do you pass windows data types like HWND, HBRUSH, HDC from python to nim and vice versa.
In Nim, these are pointer data type. In Python these are void pointers provided by ctypes c_void_p.
Hi,
first of all thanks to this library. This is such an interesting project.
I wonder how do you pass windows data types like HWND, HBRUSH, HDC from python to nim and vice versa.
In Nim, these are
pointerdata type. In Python these are void pointers provided by ctypesc_void_p.