put wx{Keyboard,Mouse}State in events category instead of misc one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-05-01 22:37:14 +00:00
parent 75004dfbe5
commit 9e0ed08360
3 changed files with 4 additions and 2 deletions

View File

@@ -18,8 +18,8 @@
This class is implemented entirely inline in @<wx/kbdstate.h@> and thus has
no linking requirements.
@category{misc}
@nolibrary
@category{events}
@see wxKeyEvent, wxMouseState
*/

View File

@@ -50,7 +50,7 @@ enum wxMouseButton
has no linking requirements.
@nolibrary
@category{misc}
@category{events}
@see wxGetMouseState(), wxMouseEvent
*/