X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f7bc32b539472f7aa577ffa140e287b0dc4c90d..0b7e6e7da208b6a95fb23cb50286a09dc90d96d2:/src/msw/window.cpp diff --git a/src/msw/window.cpp b/src/msw/window.cpp index 99ebca9e65..3f8c4085f7 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -129,10 +129,6 @@ wxWindow *wxFindWinFromHandle(WXHWND hWnd); // mouse clicks static void TranslateKbdEventToMouse(wxWindow *win, int *x, int *y, WPARAM *flags); -// get the current state of SHIFT/CTRL keys -extern inline bool wxIsShiftDown() { return (GetKeyState(VK_SHIFT) & 0x100) != 0; } -extern inline bool wxIsCtrlDown() { return (GetKeyState(VK_CONTROL) & 0x100) != 0; } - // --------------------------------------------------------------------------- // event tables // ---------------------------------------------------------------------------