Home
last modified time | relevance | path

Searched refs:m_bCapture (Results 1 – 12 of 12) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dbutton.cpp40 m_bCapture = false; in CButton()
102 m_bCapture = true; in EventProcess()
113 if ( event.type == EVENT_MOUSE_MOVE && m_bCapture ) in EventProcess()
119 m_bCapture ) in EventProcess()
129 m_bCapture = false; in EventProcess()
H A Dscroll.cpp43 m_bCapture = false; in CScroll()
188 if (m_buttonUp != nullptr && !m_bCapture) in EventProcess()
192 if (m_buttonDown != nullptr && !m_bCapture) in EventProcess()
242 m_bCapture = true; in EventProcess()
248 if ( event.type == EVENT_MOUSE_MOVE && m_bCapture ) in EventProcess()
269 m_bCapture) in EventProcess()
271 m_bCapture = false; in EventProcess()
H A Dslider.cpp55 m_bCapture = false; in CSlider()
241 if (m_buttonLeft != nullptr && !m_bCapture) in EventProcess()
245 if (m_buttonRight != nullptr && !m_bCapture) in EventProcess()
298 m_bCapture = true; in EventProcess()
304 if ( event.type == EVENT_MOUSE_MOVE && m_bCapture ) in EventProcess()
334 m_bCapture) in EventProcess()
336 m_bCapture = false; in EventProcess()
H A Dbutton.h48 bool m_bCapture;
H A Dscroll.h77 bool m_bCapture; variable
H A Dslider.h75 bool m_bCapture; variable
H A Dwindow.cpp61 m_bCapture = false; in CWindow()
667 if ( m_bCapture ) in EventProcess()
710 if ( !m_bCapture ) in EventProcess()
743 m_bCapture = true; in EventProcess()
751 if ( event.type == EVENT_MOUSE_MOVE && m_bCapture ) in EventProcess()
804 m_bCapture) in EventProcess()
806 m_bCapture = false; in EventProcess()
H A Dcontrol.cpp50 m_bCapture = false; in CControl()
342 m_bCapture = true; in EventProcess()
347 if ( event.type == EVENT_MOUSE_MOVE && m_bCapture ) in EventProcess()
360 m_bCapture && in EventProcess()
363 m_bCapture = false; in EventProcess()
H A Dcontrol.h146 bool m_bCapture; variable
H A Dedit.h271 bool m_bCapture; variable
H A Dwindow.h147 bool m_bCapture; variable
H A Dedit.cpp116 m_bCapture = false; in CEdit()
524 if ( m_bEdit || m_bHilite ) m_bCapture = true; in EventProcess()
543 if ( event.type == EVENT_MOUSE_MOVE && m_bCapture ) in EventProcess()
549 if ( event.type == EVENT_FRAME && m_bCapture ) in EventProcess()
564 if ( m_bCapture ) in EventProcess()
571 m_bCapture = false; in EventProcess()