Spline callback IDs.
Macros | |
#define | SPLINE_CALLBACK_DRAW |
#define | SPLINE_CALLBACK_CURSORINFO |
#define | SPLINE_CALLBACK_CORE_MESSAGE |
#define SPLINE_CALLBACK_DRAW |
Called when the spline GUI is drawn. The corresponding data is SplineDataCallbackDraw.
#define SPLINE_CALLBACK_CURSORINFO |
Called to display cursor information. The corresponding data is SplineDataCallbackCursorInfo.
#define SPLINE_CALLBACK_CORE_MESSAGE |
Called when core messages are sent. The corresponding data is SplineDataCallbackCoreMessage.