X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7430e3216bda7cc12aea49a8a1500c128bc638f7..38f82bf695f6ed740c6858f3217fcb835f102d6e:/docs/latex/wx/mouseevt.tex diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 289c1001be..f8ccc69ed6 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -399,7 +399,9 @@ of the current event type. Please notice that it is \emph{not} the same as \helpref{LeftDown}{wxmouseeventleftdown} which returns \true if the event was generated by the left mouse button being pressed. Rather, it simply describes -the state of the left mouse button at the time when the event was generated. +the state of the left mouse button at the time when the event was generated +(so while it will be true for a left click event, it can also be true for +a right click if it happened while the left mouse button was pressed). This event is usually used in the mouse event handlers which process "move mouse" messages to determine whether the user is (still) dragging the mouse.