sticky keys fix doesn't work, may make things worse - backed out [no-issue]

This commit is contained in:
jerry
2014-08-01 10:35:16 +00:00
parent 3a6d9e82e3
commit c4dd6eb61c
3 changed files with 1 additions and 44 deletions

View File

@@ -527,8 +527,6 @@ COSXScreen::postMouseEvent(CGPoint& pos) const
void
COSXScreen::fakeMouseButton(ButtonID id, bool press)
{
m_keyState->fixStickyKeys();
NXEventHandle handle = NXOpenEventStatus();
double clickTime = NXClickTime(handle);