Closed moefh closed 1 year ago
This is a very simple pull request to add a void * parameter to the callback function.
void *
It's useful for people who need to update another object from the callback, and don't want to use globals.
This is a very simple pull request to add a
void *
parameter to the callback function.It's useful for people who need to update another object from the callback, and don't want to use globals.