]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/joyevent.tex
typo
[wxWidgets.git] / docs / latex / wx / joyevent.tex
index fc67dd7de0bfd33d902114a2501f94c015f4b835..b45d47b63f5d5109b370dceb435deb6333640f0a 100644 (file)
@@ -5,12 +5,17 @@ events received by windows.
 
 \wxheading{Derived from}
 
-\helpref{wxEvent}{wxevent}
+\helpref{wxEvent}{wxevent}\\
+\helpref{wxObject}{wxobject}
 
 \wxheading{Include files}
 
 <wx/event.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To process a mouse event, use these event handler macros to direct input to member
@@ -22,6 +27,7 @@ functions that take a wxJoystickEvent argument.
 \twocolitem{{\bf EVT\_JOY\_BUTTON\_UP(func)}}{Process a wxEVT\_JOY\_BUTTON\_UP event.}
 \twocolitem{{\bf EVT\_JOY\_MOVE(func)}}{Process a wxEVT\_JOY\_MOVE event.}
 \twocolitem{{\bf EVT\_JOY\_ZMOVE(func)}}{Process a wxEVT\_JOY\_ZMOVE event.}
+\twocolitem{{\bf EVT\_JOYSTICK\_EVENTS(func)}}{Processes all joystick events.}
 \end{twocollist}%
 
 \wxheading{See also}
@@ -30,7 +36,7 @@ functions that take a wxJoystickEvent argument.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxJoystickEvent::wxJoystickEvent}
+\membersection{wxJoystickEvent::wxJoystickEvent}\label{wxjoystickeventctor}
 
 \func{}{wxJoystickEvent}{\param{WXTYPE}{ eventType = 0}, \param{int}{ state = 0},
  \param{int}{ joystick = wxJOYSTICK1}, \param{int }{change = 0}}