destroying mousecallback in python [closed]
In C++ it is necessary to explicitly destroy a mousecallback by passing in a null pointer. But is this automatically done in python? since there is nothing like a null pointer in python, the only thing I can think of is to give reference to a callback-function, which does do nothing.
did you try to set
None
?yes. no success. the damn thing must be callable