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:
parent
75004dfbe5
commit
9e0ed08360
@ -429,12 +429,14 @@ Related Overviews: @ref overview_events
|
||||
@li wxIdleEvent: An idle event
|
||||
@li wxInitDialogEvent: A dialog initialisation event
|
||||
@li wxJoystickEvent: A joystick event
|
||||
@li wxKeyboardState: State of the keyboard modifiers.
|
||||
@li wxListEvent: A list control event
|
||||
@li wxMaximizeEvent: A maximize event
|
||||
@li wxMenuEvent: A menu event
|
||||
@li wxMouseCaptureChangedEvent: A mouse capture changed event
|
||||
@li wxMouseCaptureLostEvent: A mouse capture lost event
|
||||
@li wxMouseEvent: A mouse event
|
||||
@li wxMouseState: State of the mouse
|
||||
@li wxMoveEvent: A move event
|
||||
@li wxNavigationKeyEvent: An event set by navigation keys such as tab
|
||||
@li wxNotebookEvent: A notebook control event
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -50,7 +50,7 @@ enum wxMouseButton
|
||||
has no linking requirements.
|
||||
|
||||
@nolibrary
|
||||
@category{misc}
|
||||
@category{events}
|
||||
|
||||
@see wxGetMouseState(), wxMouseEvent
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user