#6267 Stop detecting mouse movement for local input

This commit is contained in:
Jerry (Xinyu Hou) 2018-03-08 16:40:23 +00:00
parent ea5be67b27
commit ec3e0b2f71
1 changed files with 0 additions and 2 deletions

View File

@ -1391,8 +1391,6 @@ XWindowsScreen::handleSystemEvent(const Event& event, void* /*unused*/)
case MotionNotify:
if (m_isPrimary) {
onMouseMove(xevent->xmotion);
} else if (!m_isOnScreen && (xevent->xmotion.send_event == False)) {
LOG ((CLOG_INFO "local input detected"));
}
return;