|
@@ -410,7 +410,6 @@ SDL_PrivateSendMouseMotion(SDL_Window * window, SDL_MouseID mouseID, int relativ
|
|
mouse->x = x;
|
|
mouse->x = x;
|
|
mouse->y = y;
|
|
mouse->y = y;
|
|
mouse->has_position = SDL_TRUE;
|
|
mouse->has_position = SDL_TRUE;
|
|
- return 0;
|
|
|
|
} else if (!xrel && !yrel) { /* Drop events that don't change state */
|
|
} else if (!xrel && !yrel) { /* Drop events that don't change state */
|
|
#ifdef DEBUG_MOUSE
|
|
#ifdef DEBUG_MOUSE
|
|
SDL_Log("Mouse event didn't change state - dropped!\n");
|
|
SDL_Log("Mouse event didn't change state - dropped!\n");
|