Searched refs:m_bLButtonUpSelf (Results 1 – 2 of 2) sorted by relevance
25 m_bLButtonUpSelf(false), in CFWL_ComboBoxProxy()93 if (!m_bLButtonUpSelf) { in OnLButtonUp()94 m_bLButtonUpSelf = true; in OnLButtonUp()
29 void Reset() { m_bLButtonUpSelf = false; } in Reset()37 bool m_bLButtonUpSelf; variable