Fixed getting locked to screen after ctrl+alt+del. Also fixed

cursor not being hidden on win32 server when on client screens
(which happened when using low-level hooks).
This commit is contained in:
crs
2003-05-17 20:58:27 +00:00
parent 07ed8ebd1c
commit dc6652a21a
9 changed files with 111 additions and 21 deletions

View File

@@ -417,6 +417,13 @@ CMSWindowsSecondaryScreen::preDestroyWindow(HWND)
// do nothing
}
void
CMSWindowsSecondaryScreen::onAccessibleDesktop()
{
// get the current keyboard state
updateKeys();
}
void
CMSWindowsSecondaryScreen::onPreMainLoop()
{