Searched refs:cursor_clipped_rect (Results 1 – 3 of 3) sorted by relevance
52 RECT cursor_clipped_rect; member
953 data->cursor_clipped_rect = rect; in WIN_UpdateClipCursor()963 data->cursor_clipped_rect = rect; in WIN_UpdateClipCursor()968 } else if (SDL_memcmp(&clipped_rect, &data->cursor_clipped_rect, sizeof(clipped_rect)) == 0) { in WIN_UpdateClipCursor()970 SDL_zero(data->cursor_clipped_rect); in WIN_UpdateClipCursor()
519 … if (GetClipCursor(&rect) && SDL_memcmp(&rect, &data->cursor_clipped_rect, sizeof(rect)) == 0) { in WIN_WindowProc()521 SDL_zero(data->cursor_clipped_rect); in WIN_WindowProc()
Completed in 7 milliseconds