]> git.saurik.com Git - wxWidgets.git/commitdiff
clarified LeftIsDown() behaviour for left click events
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Aug 2006 15:11:35 +0000 (15:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 23 Aug 2006 15:11:35 +0000 (15:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mouseevt.tex

index 289c1001bed7bb56d821514dfc73da168fe767f7..f8ccc69ed63f036fb04dcae776f63db882f5636b 100644 (file)
@@ -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.