Provide wxGetKeyState() studfor wxGTK under Windows.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:34:50 +0000 (21:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 17 Jun 2012 21:34:50 +0000 (21:34 +0000)
commita7130edbab452196921daabd3748c3538e82607b
treef0cb707e5c6940ac896edbf729bb2e58320e5bcb
parentb33e9f4031e64e957dcb873bf5e7c9a3b08d0c0d
Provide wxGetKeyState() studfor wxGTK under Windows.

Under Unix this function is implemented in X11-specific code, so provide a
stub under Windows to at least avoid link errors.

Closes #14409.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/window.cpp