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