projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
documented wxCONCAT
[wxWidgets.git]
/
docs
/
latex
/
wx
/
joyevent.tex
diff --git
a/docs/latex/wx/joyevent.tex
b/docs/latex/wx/joyevent.tex
index 8f2e8b3cedad8c910be419b3b85bce888ba7c4cd..fc67dd7de0bfd33d902114a2501f94c015f4b835 100644
(file)
--- a/
docs/latex/wx/joyevent.tex
+++ b/
docs/latex/wx/joyevent.tex
@@
-41,7
+41,7
@@
Constructor.
\constfunc{bool}{ButtonDown}{\param{int}{ button = wxJOY\_BUTTON\_ANY}}
\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}
\wxheading{Parameters}
@@
-52,7
+52,7
@@
indicate any button down event.}
\constfunc{bool}{ButtonIsDown}{\param{int}{ button = wxJOY\_BUTTON\_ANY}}
\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}
\wxheading{Parameters}
@@
-63,7
+63,7
@@
indicate any button down event.}
\constfunc{bool}{ButtonUp}{\param{int}{ button = wxJOY\_BUTTON\_ANY}}
\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}
\wxheading{Parameters}
@@
-106,17
+106,17
@@
Returns the z position of the joystick event.
\constfunc{bool}{IsButton}{\void}
\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}
\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}
\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.