git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33236
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
button = kEventMouseButtonSecondary ;
}
button = kEventMouseButtonSecondary ;
}
+ // otherwise we report double clicks by connecting a left click with a ctrl-left click
+ if ( clickCount > 1 && button != lastButton )
+ clickCount = 1 ;
+
// we must make sure that our synthetic 'right' button corresponds in
// mouse down, moved and mouse up, and does not deliver a right down and left up
// we must make sure that our synthetic 'right' button corresponds in
// mouse down, moved and mouse up, and does not deliver a right down and left up