Home
last modified time | relevance | path

Searched refs:tapZone (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/barrier/barrier-2.3.3/src/lib/server/
H A DServer.cpp940 SInt32 tapZone = m_primaryClient->getJumpZoneSize(); in armSwitchTwoTap() local
941 if (tapZone < m_switchTwoTapZone) { in armSwitchTwoTap()
942 tapZone = m_switchTwoTapZone; in armSwitchTwoTap()
944 if (x >= ax + tapZone && x < ax + aw - tapZone && in armSwitchTwoTap()
945 y >= ay + tapZone && y < ay + ah - tapZone) { in armSwitchTwoTap()
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/server/
H A DServer.cpp957 SInt32 tapZone = m_primaryClient->getJumpZoneSize(); in armSwitchTwoTap() local
958 if (tapZone < m_switchTwoTapZone) { in armSwitchTwoTap()
959 tapZone = m_switchTwoTapZone; in armSwitchTwoTap()
961 if (x >= ax + tapZone && x < ax + aw - tapZone && in armSwitchTwoTap()
962 y >= ay + tapZone && y < ay + ah - tapZone) { in armSwitchTwoTap()