faked escape key down and up then a left mouse button up in CServer when isSwitchOkay return true.

removed the assertions in CScreen so server screen can fake input event as well.
This commit is contained in:
jerry 2013-09-23 15:31:34 +00:00
parent f6ecf9322c
commit 57db3da6f3
3 changed files with 13 additions and 16 deletions

View file

@ -359,7 +359,6 @@ CMSWindowsScreen::leave()
forceShowCursor();
if (m_draggingStarted) {
fakeMouseButton(kButtonLeft, false);
m_draggingStarted = false;
}