Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

destroying mousecallback in python

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.