added wxGetKeyState() doc (patch 967255)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -108,6 +108,7 @@ the corresponding topic.
|
|||||||
\helpref{wxGetFullHostName}{wxgetfullhostname}\\
|
\helpref{wxGetFullHostName}{wxgetfullhostname}\\
|
||||||
\helpref{wxGetHomeDir}{wxgethomedir}\\
|
\helpref{wxGetHomeDir}{wxgethomedir}\\
|
||||||
\helpref{wxGetHostName}{wxgethostname}\\
|
\helpref{wxGetHostName}{wxgethostname}\\
|
||||||
|
\helpref{wxGetKeyState}{wxgetkeystate}\\
|
||||||
\helpref{wxGetLocalTimeMillis}{wxgetlocaltimemillis}\\
|
\helpref{wxGetLocalTimeMillis}{wxgetlocaltimemillis}\\
|
||||||
\helpref{wxGetLocalTime}{wxgetlocaltime}\\
|
\helpref{wxGetLocalTime}{wxgetlocaltime}\\
|
||||||
\helpref{wxGetMousePosition}{wxgetmouseposition}\\
|
\helpref{wxGetMousePosition}{wxgetmouseposition}\\
|
||||||
@@ -2576,6 +2577,19 @@ code which might have to be compiled with an old compiler without support for
|
|||||||
this language feature but still take advantage of it when it is available.
|
this language feature but still take advantage of it when it is available.
|
||||||
|
|
||||||
|
|
||||||
|
\membersection{::wxGetKeyState}\label{wxgetkeystate}
|
||||||
|
|
||||||
|
\func{bool}{wxGetKeyState}{\param{wxKeyCode }{key}}
|
||||||
|
|
||||||
|
Returns \true if the key parameter is currently pressed on the keyboard, or
|
||||||
|
with modifier keys, (caps lock, etc) if the key is active (the led light is
|
||||||
|
on).
|
||||||
|
|
||||||
|
\wxheading{Include files}
|
||||||
|
|
||||||
|
<wx/utils.h>
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxLL}\label{wxll}
|
\membersection{wxLL}\label{wxll}
|
||||||
|
|
||||||
\func{wxLongLong\_t}{wxLL}{\param{}{number}}
|
\func{wxLongLong\_t}{wxLL}{\param{}{number}}
|
||||||
|
Reference in New Issue
Block a user