#include <customgui_splinecontrol.h>
Callback struct for the SPLINE_CALLBACK_CURSORINFO call.
Public Attributes | |
| void * | pCallbackData | 
| SplineCustomGui * | pGUI | 
| GeUserArea * | pUserArea | 
| const BaseContainer * | pObjects | 
| const DescID * | pDescID | 
| Int32 | x | 
| Int32 | y | 
| void* pCallbackData | 
User data passed to SplineData::SetUserCallback
| SplineCustomGui* pGUI | 
Custom GUI of the spline data.
| GeUserArea* pUserArea | 
Custom GUI's user area.
| const BaseContainer* pObjects | 
Array of links that hold the objects.
| const DescID* pDescID | 
Description ID of the spline GUI.
| Int32 x | 
X position of the cursor in local space.
| Int32 y | 
Y position of the cursor in local space.