igGetMouseDragDelta function

void igGetMouseDragDelta(
  1. Pointer<ImVec2> pOut,
  2. int button,
  3. double lock_threshold
)
void igGetMouseDragDelta(
 ImVec2* pOut ,
 ImGuiMouseButton button ,
 float lock_threshold
);

Implementation

void igGetMouseDragDelta(
        Pointer<ImVec2> pOut, int button, double lock_threshold) =>
    _igGetMouseDragDelta(pOut, button, lock_threshold);