Searched refs:SC_GM_IGNORE (Results 1 – 2 of 2) sorted by relevance
1582 if ( nMouseStatus == SC_GM_IGNORE && bDouble ) in HandleMouseButtonDown()1780 if ( nMouseStatus != SC_GM_IGNORE && !bRefMode ) in HandleMouseButtonDown()1840 nMouseStatus = SC_GM_IGNORE; // reset und return in MouseButtonUp()1844 if (nMouseStatus == SC_GM_IGNORE) in MouseButtonUp()2306 if (nMouseStatus == SC_GM_IGNORE) in MouseMove()2555 nMouseStatus = SC_GM_IGNORE; in PreNotify()2807 if ( bMouse && nMouseStatus == SC_GM_IGNORE ) in Command()3184 nMouseStatus = SC_GM_IGNORE; in StopMarking()
62 #define SC_GM_IGNORE 4 macro