Added wxGetKeyState
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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__)
|
||||
|
Reference in New Issue
Block a user