Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dtarget_screen.cpp29 DRAG_NONE = 0, enumerator
173 mDragMode = DRAG_NONE; in BEGIN_MESSAGE_MAP()
440 if (mDragMode != DRAG_NONE) in OnLButtonDown()
459 if ((nFlags & MK_LBUTTON) && (mDragMode != DRAG_NONE)) in OnLButtonDown()
512 mDragMode = DRAG_NONE; in OnLButtonUp()
716 int drag_mode = DRAG_NONE; in CheckResizeCursor()
722 return DRAG_NONE; in CheckResizeCursor()
729 return DRAG_NONE; in CheckResizeCursor()
743 return DRAG_NONE; in CheckResizeCursor()
835 drag_mode = DRAG_NONE; in CheckResizeCursor()
[all …]
Dscreen_flow_edit_dlg.cpp8 DRAG_NONE = 0, enumerator
514 if (mDragMode != DRAG_NONE) in OnLButtonDown()
551 mDragMode = DRAG_NONE; in OnLButtonUp()
854 if (mDragMode == DRAG_NONE) in OnMouseMove()
1539 int drag_mode = DRAG_NONE; in CheckResizeCursor()
1544 return DRAG_NONE; in CheckResizeCursor()
1557 return DRAG_NONE; in CheckResizeCursor()
1628 drag_mode = DRAG_NONE; in CheckResizeCursor()