Searched refs:RightButton (Results 1 – 14 of 14) sorted by relevance
63 m_button = RightButton; in PlatformMouseEvent()77 else if (me->button() == Qt::RightButton || (me->buttons() & Qt::RightButton)) in PlatformMouseEvent()78 m_button = RightButton; in PlatformMouseEvent()
99 m_button = RightButton; in PlatformMouseEvent()113 m_button = RightButton; in PlatformMouseEvent()
78 m_button = RightButton; in PlatformMouseEvent()111 m_button = RightButton; in PlatformMouseEvent()
60 m_button = RightButton; in PlatformMouseEvent()
99 if( (button & Qt::RightButton)) { in mouseMoveEvent()114 ((button & Qt::RightButton) ? 2 : 3), in mousePressEvent()123 ((button & Qt::RightButton) ? 2 : 3), in mouseReleaseEvent()
148 if (e && e->button() == RightButton) { in defaultEventHandler()231 …t && evt->isMouseEvent() && static_cast<MouseEvent*>(evt)->button() != RightButton && document()->… in defaultEventHandler()
69 enum MouseButton { NoButton = -1, LeftButton, MiddleButton, RightButton }; enumerator
361 if (evt.button() == RightButton) in mouseDown()
136 if (e && e->button() == RightButton) { in defaultEventHandler()
118 if (e && e->button() == RightButton) { in defaultEventHandler()
43 return RightButton;
549 case RightButton: in handleMouseEvent()
1144 if (mouseEvent.button() != RightButton && mev.targetNode() == m_clickNode) in handleMouseDoubleClickEvent()1309 if (m_clickCount > 0 && mouseEvent.button() != RightButton && mev.targetNode() == m_clickNode) in handleMouseReleaseEvent()
3319 * html/HTMLAnchorElement.cpp: use MiddleButton and RightButton instead of 1 and 234208 * html/HTMLAnchorElement.cpp: use MiddleButton and RightButton instead of 1 and 2