X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..efe66bbc0e9f463a6dd3ad49717474dd801bebf3:/docs/latex/wx/keyevent.tex diff --git a/docs/latex/wx/keyevent.tex b/docs/latex/wx/keyevent.tex index daaafb0258..e2b47c7fb8 100644 --- a/docs/latex/wx/keyevent.tex +++ b/docs/latex/wx/keyevent.tex @@ -170,13 +170,13 @@ platform-dependent and should only be used in advanced applications. \constfunc{long}{GetX}{\void} -Returns the X position of the event. +Returns the X position (in client coordinates) of the event. \membersection{wxKeyEvent::GetY} \constfunc{long}{GetY}{\void} -Returns the Y position of the event. +Returns the Y (in client coordinates) position of the event. \membersection{wxKeyEvent::MetaDown} @@ -190,7 +190,7 @@ Returns true if the Meta key was down at the time of the key event. \constfunc{void}{GetPosition}{\param{long *}{x}, \param{long *}{y}} -Obtains the position at which the key was pressed. +Obtains the position (in client coordinates) at which the key was pressed. \membersection{wxKeyEvent::HasModifiers}