diff --git a/client/src/core.c b/client/src/core.c index 2579dc0c..70053b73 100644 --- a/client/src/core.c +++ b/client/src/core.c @@ -321,6 +321,9 @@ void core_handleGuestMouseUpdate(void) if (!util_guestCurToLocal(&localPos)) return; + if (g_state.overlayInput) + return; + g_state.ds->guestPointerUpdated( g_cursor.guest.x, g_cursor.guest.y, util_clamp(localPos.x, g_state.dstRect.x,