Open Search
    SplineDataCallbackCursorInfo Struct Reference

    #include <customgui_splinecontrol.h>

    Detailed Description

    Callback struct for the SPLINE_CALLBACK_CURSORINFO call.

    Public Attributes

    void * pCallbackData
     
    SplineCustomGuipGUI
     
    GeUserAreapUserArea
     
    const BaseContainerpObjects
     
    const DescIDpDescID
     
    Int32 x
     
    Int32 y
     

    Member Data Documentation

    ◆ pCallbackData

    void* pCallbackData

    User data passed to SplineData::SetUserCallback

    ◆ pGUI

    Custom GUI of the spline data.

    ◆ pUserArea

    GeUserArea* pUserArea

    Custom GUI's user area.

    ◆ pObjects

    const BaseContainer* pObjects

    Array of links that hold the objects.

    ◆ pDescID

    const DescID* pDescID

    Description ID of the spline GUI.

    ◆ x

    Int32 x

    X position of the cursor in local space.

    ◆ y

    Int32 y

    Y position of the cursor in local space.