mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 15:15:21 +08:00
#6267 Stop detecting mouse movement for local input
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user