Correct more wxEVT_AUXn_XXX event types names.
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
This commit is contained in:
parent
302674fe17
commit
31a9fc9390
@ -2185,12 +2185,12 @@ public:
|
||||
@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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user