pass by reference, not value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2601,7 +2601,7 @@ this language feature but still take advantage of it when it is available.
|
||||
|
||||
\membersection{::wxGetKeyState}\label{wxgetkeystate}
|
||||
|
||||
\func{bool}{wxGetKeyState}{\param{wxKeyCode }{key}}
|
||||
\func{bool}{wxGetKeyState}{\param{const 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
|
||||
|
Reference in New Issue
Block a user