X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c876de1cdd247f061e6b0558b99dca15076dc5..68da5113e33678fe219d81b2bb91b3c17544f50f:/wxPython/src/_functions.i?ds=sidebyside diff --git a/wxPython/src/_functions.i b/wxPython/src/_functions.i index 88a1d05b6b..4e7423d506 100644 --- a/wxPython/src/_functions.i +++ b/wxPython/src/_functions.i @@ -210,10 +210,13 @@ wxWindow* wxGetTopLevelParent(wxWindow *win); -// Get the state of a key (true if pressed, false if not) -// This is generally most useful getting the state of -// the modifier or toggle keys. -bool wxGetKeyState(wxKeyCode key); +DocDeclStr( + bool , wxGetKeyState(wxKeyCode key), + "Get the state of a key (true if pressed or toggled on, false if not.) +This is generally most useful getting the state of the modifier or +toggle keys. On some platforms those may be the only keys that work. +", ""); + //---------------------------------------------------------------------------