Searched refs:capturedGraph (Results 1 – 1 of 1) sorted by relevance
88 int capturedGraph; /* control mouse captured */ member1135 if (infoPtr->capturedGraph) in CC_WMLButtonUp()1140 infoPtr->capturedGraph = 0; in CC_WMLButtonUp()1153 if (infoPtr->capturedGraph) in CC_WMMouseMove()1156 if (infoPtr->capturedGraph == IDC_COLOR_GRAPH) in CC_WMMouseMove()1161 if (CC_MouseCheckColorGraph( infoPtr->hwndSelf, infoPtr->capturedGraph, ptrh, ptrs, lParam)) in CC_WMMouseMove()1173 infoPtr->capturedGraph = 0; in CC_WMMouseMove()1196 infoPtr->capturedGraph = IDC_COLOR_GRAPH; in CC_WMLButtonDown()1202 infoPtr->capturedGraph = IDC_COLOR_LUMBAR; in CC_WMLButtonDown()1218 if (infoPtr->capturedGraph) in CC_WMLButtonDown()[all …]