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.cxx246 m_nDragButton( 0 ), in SelectionManager()
2619 …"handleDragEvent: ButtonPress %d (m_nDragButton = %d)\n", rMessage.xbutton.button, m_nDragButton ); in handleDragEvent()
2622 …andleDragEvent: ButtonRelease %d (m_nDragButton = %d)\n", rMessage.xbutton.button, m_nDragButton ); in handleDragEvent()
2793 rMessage.xbutton.button == m_nDragButton ) in handleDragEvent()
3405 m_nDragButton = Button1; // default to left button in startDrag()
3410 m_nDragButton = Button1; in startDrag()
3412 m_nDragButton = Button3; in startDrag()
3414 m_nDragButton = Button2; in startDrag()
H A DX11_selection.hxx313 unsigned int m_nDragButton; member in x11::SelectionManager

Completed in 34 milliseconds