This completes the changes of r64414 and also removes the extraneous "MOUSE"
from the event types listed in the wxMouseEvent ctor documentation.
Closes #12095.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66853
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
@li @c wxEVT_RIGHT_DOWN
@li @c wxEVT_RIGHT_UP
@li @c wxEVT_RIGHT_DCLICK
- @li @c wxEVT_MOUSE_AUX1_DOWN
- @li @c wxEVT_MOUSE_AUX1_UP
- @li @c wxEVT_MOUSE_AUX1_DCLICK
- @li @c wxEVT_MOUSE_AUX2_DOWN
- @li @c wxEVT_MOUSE_AUX2_UP
- @li @c wxEVT_MOUSE_AUX2_DCLICK
+ @li @c wxEVT_AUX1_DOWN
+ @li @c wxEVT_AUX1_UP
+ @li @c wxEVT_AUX1_DCLICK
+ @li @c wxEVT_AUX2_DOWN
+ @li @c wxEVT_AUX2_UP
+ @li @c wxEVT_AUX2_DCLICK
@li @c wxEVT_MOTION
@li @c wxEVT_MOUSEWHEEL
*/