Added wxGetKeyState

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-12-17 23:58:04 +00:00
parent d6071228a9
commit 57b1892fb6

View File

@@ -211,6 +211,14 @@ wxWindow* wxGetTopLevelParent(wxWindow *win);
#if defined(__WXMSW__) || defined(__WXMAC__)
// Get the state of a key (true if pressed, false if not)
// This is generally most useful getting the state of
// Caps Lock, Num Lock and Scroll Lock...
bool wxGetKeyState(wxKeyCode key);
#endif
//---------------------------------------------------------------------------
#if defined(__WXMSW__) || defined(__WXMAC__)