Home
last modified time | relevance | path

Searched refs:m_nDragButton (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx243 m_nDragButton( 0 ), in SelectionManager()
2616 …"handleDragEvent: ButtonPress %d (m_nDragButton = %d)\n", rMessage.xbutton.button, m_nDragButton ); in handleDragEvent()
2619 …andleDragEvent: ButtonRelease %d (m_nDragButton = %d)\n", rMessage.xbutton.button, m_nDragButton ); in handleDragEvent()
2790 rMessage.xbutton.button == m_nDragButton ) in handleDragEvent()
3400 m_nDragButton = Button1; // default to left button in startDrag()
3405 m_nDragButton = Button1; in startDrag()
3407 m_nDragButton = Button3; in startDrag()
3409 m_nDragButton = Button2; in startDrag()
H A DX11_selection.hxx308 unsigned int m_nDragButton; member in x11::SelectionManager