]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/joyevent.tex
allow customizing the string values returned by wxGridCellBoolEditor::GetValue()...
[wxWidgets.git] / docs / latex / wx / joyevent.tex
index f8da76cf651390eff0007d3b49561a6e71914858..86316170512211adca6f7cea199ccacb06a82bbb 100644 (file)
@@ -7,6 +7,10 @@ events received by windows.
 
 \helpref{wxEvent}{wxevent}
 
+\wxheading{Include files}
+
+<wx/event.h>
+
 \wxheading{Event table macros}
 
 To process a mouse event, use these event handler macros to direct input to member
@@ -18,6 +22,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}
@@ -26,7 +31,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}}
@@ -37,7 +42,7 @@ Constructor.
 
 \constfunc{bool}{ButtonDown}{\param{int}{ button = wxJOY\_BUTTON\_ANY}}
 
-Returns TRUE if the event was a down event from the specified button (or any button).
+Returns true if the event was a down event from the specified button (or any button).
 
 \wxheading{Parameters}
 
@@ -48,7 +53,7 @@ indicate any button down event.}
 
 \constfunc{bool}{ButtonIsDown}{\param{int}{ button = wxJOY\_BUTTON\_ANY}}
 
-Returns TRUE if the specified button (or any button) was in a down state.
+Returns true if the specified button (or any button) was in a down state.
 
 \wxheading{Parameters}
 
@@ -59,7 +64,7 @@ indicate any button down event.}
 
 \constfunc{bool}{ButtonUp}{\param{int}{ button = wxJOY\_BUTTON\_ANY}}
 
-Returns TRUE if the event was an up event from the specified button (or any button).
+Returns true if the event was an up event from the specified button (or any button).
 
 \wxheading{Parameters}
 
@@ -102,17 +107,17 @@ Returns the z position of the joystick event.
 
 \constfunc{bool}{IsButton}{\void}
 
-Returns TRUE if this was a button up or down event ({\it not} 'is any button down?').
+Returns true if this was a button up or down event ({\it not} 'is any button down?').
 
 \membersection{wxJoystickEvent::IsMove}\label{wxjoystickeventismove}
 
 \constfunc{bool}{IsMove}{\void}
 
-Returns TRUE if this was an x, y move event.
+Returns true if this was an x, y move event.
 
 \membersection{wxJoystickEvent::IsZMove}\label{wxjoystickeventiszmove}
 
 \constfunc{bool}{IsZMove}{\void}
 
-Returns TRUE if this was a z move event.
+Returns true if this was a z move event.