|
Rapier C — 2D / f32 0.36.0+c.0
|
An optional thread-local error handler. More...
#include <rapier.h>
Data Fields | |
| R2ErrorCallback | callback |
| Optional error callback; NULL disables notifications. | |
| void * | user_data |
| Application data; Rapier does not own pointers encoded in it. | |
An optional thread-local error handler.
A null callback disables reporting. Keep the callback and user_data alive until the handler is replaced.
| R2ErrorCallback R2ErrorHandler::callback |
Optional error callback; NULL disables notifications.
| void* R2ErrorHandler::user_data |
Application data; Rapier does not own pointers encoded in it.