Home
last modified time | relevance | path

Searched refs:mpDragSelected (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp174 mpDragSelected = NULL; in BEGIN_MESSAGE_MAP()
454 mpDragSelected = find; in OnLButtonDown()
527 mpDragSelected = NULL; in OnLButtonUp()
1446 if (mpDragSelected) in CalSnapDelta()
1448 size = mpDragSelected->gx_widget_size; in CalSnapDelta()
1514 if (mpDragSelected) in CalSnapDelta()
1516 …snap_result_x = CalSnap2WidgetDelta(mpDragSelected, snap_delta_x, SNAP_LINE_DIRECTION_VERTICAL, sn… in CalSnapDelta()
1517 …snap_result_y = CalSnap2WidgetDelta(mpDragSelected, snap_delta_y, SNAP_LINE_DIRECTION_HORIZONTAL, … in CalSnapDelta()
Dtarget_screen.h114 GX_WIDGET *mpDragSelected; variable