Searched refs:RightDown (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsplash.cpp193 if (event.LeftDown() || event.RightDown())
H A Dtreectlg.cpp3288 event.RightDown() ||
3419 if ( event.RightDown() )
3483 else // !RightDown() && !MiddleDown() && !LeftUp() ==> LeftDown() || LeftDClick()
H A Ddatavgen.cpp1642 if (event.RightDown())
H A Dlistctrl.cpp3063 if (event.RightDown())
3141 if (event.RightDown())
3221 if (event.RightDown())
H A Dgrid.cpp5590 else if ( event.RightDown() )
5899 else if ( event.RightDown() )
5958 else if ( event.RightDown() )
6373 else if ( event.RightDown() && coords != wxGridNoCellCoords )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dcanvas.cpp204 else if (event.RightDown() && !event.LeftIsDown())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dcanvas.cpp278 else if (event.RightDown())
311 else if (event.RightDown())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devent.cpp610 return (LeftDown() || MiddleDown() || RightDown());
619 return RightDown();
667 return RightDown() || RightUp() || RightDClick();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs1.cpp255 if ( (event.RightDown() || (event.LeftDown() && event.ShiftDown()))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h230 bool RightDown() { return m_rightDown; } function in class:wxMouseState
H A Devent.h778 bool RightDown() const { return (m_eventType == wxEVT_RIGHT_DOWN); } function in class:wxMouseEvent
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmouseevt.tex468 \membersection{wxMouseEvent::RightDown}\label{wxmouseeventrightdown}
470 \constfunc{bool}{RightDown}{\void}
H A Dfunction.tex3179 bool RightDown();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtoolbar.cpp768 else if (rEvent.RightDown())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dlistbox.cpp1331 : event.RightDown()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp469 else if (event.RightDown())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/poem/
H A Dwxpoem.cpp646 if (event.RightDown())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp3694 if ( event.LeftDClick() || event.LeftDown() || event.RightDown() )
3711 (event.RightDown() &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtbar95.cpp1476 if ( event.RightDown() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp3060 if (event.RightDown())
3138 if (event.RightDown())
3218 if (event.RightDown())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp708 else if ( ev.RightDown() || ev.RightUp() || ev.RightDClick() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp2546 event.m_rightDown = mState.RightDown();

Completed in 421 milliseconds