diff --git a/client/src/main.c b/client/src/main.c index ae429f7b..701f80fd 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -897,6 +897,9 @@ void spiceClipboardRequest(const SpiceDataType type) static void warpPointer(int x, int y, bool exiting) { + if (!g_cursor.inWindow) + return; + if (g_cursor.warpState == WARP_STATE_OFF) return;