You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ctypesc_void_p
.The text was updated successfully, but these errors were encountered: