Home
last modified time | relevance | path

Searched refs:m_MouseButton (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/dtrans/source/win32/dnd/
H A Dsource.cxx77 m_MouseButton(0), in DragSource()
118 m_MouseButton= evtMouse.Buttons; in StartDragImpl()
293 if( ( m_MouseButton == MouseButton::RIGHT && !(grfKeyState & MK_RBUTTON) ) || in QueryContinueDrag()
294 ( m_MouseButton == MouseButton::MIDDLE && !(grfKeyState & MK_MBUTTON) ) || in QueryContinueDrag()
295 ( m_MouseButton == MouseButton::LEFT && !(grfKeyState & MK_LBUTTON) ) || in QueryContinueDrag()
296 ( m_MouseButton == 0 && !(grfKeyState & MK_LBUTTON) ) ) in QueryContinueDrag()
H A Dsource.hxx66 short m_MouseButton; member in DragSource
/aoo41x/main/vcl/aqua/source/dtrans/
H A DDragSource.cxx170 m_MouseButton(0) in DragSource()
261 m_MouseButton= mMouseEvent.Buttons; in startDrag()
H A DDragSource.hxx127 short m_MouseButton; member in DragSource

Completed in 28 milliseconds